Effiliation
Deeplink extension for Google Chrome - By Effiliation
Effiliation क्या है?
Effiliation effisocial द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Deeplink extension for Google Chrome - By Effiliation"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Effiliation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allows you to create tracked links on the fly. The Deeplink extension of Effiliation is intended for Effiliation partners. It adds a button to the Chrome toolbar that allows you to do this: - Generate paid links to a brand's product page If you are already a partner with an advertiser, you can go to any page of their website and generate a tracked link. The plugin will be linked to your account, so all you have to do is copy and paste the link into your promotions and the tracking will be configured. If you are not already in partnership with the partner, the plugin will offer you to apply. If you are not yet an Effiliation partner, click here to register: http://www.effiliation.com
एक्सटेंशन की मूल जानकारी
नाम | Effiliation |
ID | eeokaeajjkbimljlfiohfmeepafbljob |
आधिकारिक URL | https://chromewebstore.google.com/detail/effiliation/eeokaeajjkbimljlfiohfmeepafbljob |
विवरण | Deeplink extension for Google Chrome - By Effiliation |
फ़ाइल का आकार | 409 KB |
स्थापना संख्या | 52 |
वर्तमान संस्करण | 1.0.0.7 |
अंतिम अपडेट | 2019-04-11 |
प्रकाशन तिथि | 2019-04-11 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | effisocial |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.effiliation.com |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.0.7", "permissions": [ "declarativeContent", "storage", "tabs", "browsingData", "webNavigation", "webRequest" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "logo16_off.png", "32": "logo32_off.png", "64": "logo64_off.png", "128": "logo128_off.png" }, "icons": { "16": "logo16.png", "32": "logo32.png", "64": "logo64.png", "128": "logo128.png" } }, "manifest_version": 2, "options_page": "options.html" } |