Optimise Deeplink Generator

Create a Deeplink for your Optimise campaigns with a single click from your browser.

Co to jest Optimise Deeplink Generator?

Optimise Deeplink Generator to rozszerzenie Chrome opracowane przez https://www.optimisemedia.com, a jego główną funkcją jest „Create a Deeplink for your Optimise campaigns with a single click from your browser.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Optimise Deeplink Generator

Pobierz pliki rozszerzeń Optimise Deeplink Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Optimise Deeplink Generator Optimise Deeplink Generator
ID odmndofhknafmcjhcfmbjgkfeekihnol
Oficjalny URL https://chromewebstore.google.com/detail/optimise-deeplink-generat/odmndofhknafmcjhcfmbjgkfeekihnol
Opis Create a Deeplink for your Optimise campaigns with a single click from your browser.
Rozmiar pliku 1.21 MB
Liczba instalacji 384
Aktualna Wersja 3.1.7
Ostatnia Aktualizacja 2023-11-22
Data Publikacji 2021-02-17
Deweloper https://www.optimisemedia.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.optimisemedia.com
Adres URL Strony Pomocy https://knowledge.optimisemedia.com/docs/publishertools#browser-extension
Adres URL Strony Polityki Prywatności https://www.optimisemedia.com/website-privacy-policy
Obsługiwane Języki 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"
}