Kite Publisher plugin with Chrome extension

anupshinde
anupshinde edited September 2016 in General
I have a chrome extension that extends Kite functionality. As of now it is personal-use-only.
At a particular event, it shows pre-filled custom BUY/SELL popups to enter or exit trades. I won't go into more or exact details, but just understand it is possible.

Now I want to publish a part of this chrome extension and want to use the Kite Publisher plugin for the BUY/SELL screens (for revenue sharing)

That looks possible based on the docs, however I am not clear about one thing - the Redirect URL.
First, we don't have a valid https redirect URL in this case. And we don't need it either. Since the user is already logged in to Kite and using that interface, we don't even need the user to log in.

In JavaScript (in chrome-extension) I will use my api_key like this:
var kite = new KiteConnect("your_api_key");

So my questions are:
1. Is Kite Publisher the right thing to use with a Chrome Extension?
2. If the user is not required to login - will Buy/Sell using the API key result in revenue sharing?
This discussion has been closed.