Linkwise for Chrome

Discover new affiliate programs and generate deeplinks on the fly!

Was ist Linkwise for Chrome?

Linkwise for Chrome ist eine Chrome-Erweiterung, die von https://linkwi.se entwickelt wurde, und ihr Hauptmerkmal ist "Discover new affiliate programs and generate deeplinks on the fly!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Linkwise for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie Linkwise for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A new, useful and user-friendly tool for all Linkwise affiliates.

Linkwise for Chrome enables you to discover new affiliate programs by displaying a green badge whenever you visit a Linkwise advertiser website. By clicking on the Linkwise icon, you can view the program’s details and copy the affiliate deeplink for the page you are on. 

Get easy, one click access to every program’s essential information like name, short description and commissions and easily get and customize deeplinks with SubIDs.                    

Grundlegende Informationen zur Erweiterung

Name Linkwise for Chrome Linkwise for Chrome
ID ngdneebmnhbllklnnonomoimdolihecf
Offizielle URL https://chromewebstore.google.com/detail/linkwise-for-chrome/ngdneebmnhbllklnnonomoimdolihecf
Beschreibung Discover new affiliate programs and generate deeplinks on the fly!
Dateigröße 108 KB
Installationsanzahl 1,102
Aktuelle Version 1.3.1
Letztes Update 2022-08-31
Veröffentlichungsdatum 2018-12-10
Bewertung 4.93/5 Insgesamt 14 Bewertungen
Entwickler https://linkwi.se
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://linkwi.se/global-en/privacy-policy-linkwise-for-chrome
Unterstützte Sprachen en,el
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "version": "1.3.1",
    "default_locale": "el",
    "action": {
        "default_icon": {
            "128": "images\/icon128.png",
            "64": "images\/icon64.png",
            "48": "images\/icon48.png",
            "32": "images\/icon32.png",
            "19": "images\/icon19.png",
            "16": "images\/icon16.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon128.png",
        "64": "images\/icon64.png",
        "48": "images\/icon48.png",
        "32": "images\/icon32.png",
        "19": "images\/icon19.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}