Optimise Deeplink Generator
Create a Deeplink for your Optimise campaigns with a single click from your browser.
What is Optimise Deeplink Generator?
Optimise Deeplink Generator is a Chrome extension developed by https://www.optimisemedia.com, and its main feature is "Create a Deeplink for your Optimise campaigns with a single click from your browser.".
Extension Screenshots
Download Optimise Deeplink Generator Extension CRX File
Download Optimise Deeplink Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Optimise Deeplink Generator 3.0 is a fast and simple way to generate deeplinks for your Optimise Affiliate Campaigns. Generate Short Links and QR codes to track sales that are ready for your websites or social media profiles. Simply register your account, browse to an advertiser's website and click the browser icon to automatically generate deeplinks. Discover commissions, campaign information offers and promotions. Requires an Optimise Publisher account.
Extension Basic Information
Name | Optimise Deeplink Generator |
ID | odmndofhknafmcjhcfmbjgkfeekihnol |
Official URL | https://chromewebstore.google.com/detail/optimise-deeplink-generat/odmndofhknafmcjhcfmbjgkfeekihnol |
Description | Create a Deeplink for your Optimise campaigns with a single click from your browser. |
File Size | 1.21 MB |
Installation Count | 384 |
Current Version | 3.1.7 |
Last Updated | 2023-11-22 |
Publish Date | 2021-02-17 |
Developer | https://www.optimisemedia.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.optimisemedia.com |
Help Page URL | https://knowledge.optimisemedia.com/docs/publishertools#browser-extension |
Privacy Policy Page URL | https://www.optimisemedia.com/website-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "action": { "default_icon": "icons\/Optimise_O_RGB_cyan.png", "default_popup": "popup.html", "default_title": "Optimise Deeplink Generator v3.0" }, "description": "Create a Deeplink for your Optimise campaigns with a single click from your browser.", "icons": { "128": "icons\/Optimise_O_RGB_cyan.png", "16": "icons\/Optimise_O_RGB_cyan.png", "48": "icons\/Optimise_O_RGB_cyan.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/options.js", "js\/popup.js" ] } ], "manifest_version": 3, "name": "Optimise Deeplink Generator", "options_page": "options.html", "permissions": [ "tabs", "clipboardWrite" ], "host_permissions": [ "https:\/\/admin.optimisemedia.com\/v2\/Reports\/Affiliate\/*" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": { "sandbox": "sandbox allow-scripts;" }, "sandbox": { "allow-scripts": "script-src 'self' https:\/\/public.api.optimisemedia.com https:\/\/omgrefer.com; object-src 'self';" }, "version": "3.1.7" } |