Linkwise for Chrome

Discover new affiliate programs and generate deeplinks on the fly!

什麼是Linkwise for Chrome?

Linkwise for Chrome是由https://linkwi.se開發的Chrome擴展程式,該擴展的主要功能是“Discover new affiliate programs and generate deeplinks on the fly!”。

擴展截圖

screenshot
screenshot
screenshot

下載Linkwise for Chrome擴展crx文件

下載Linkwise for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Linkwise for Chrome Linkwise for Chrome
ID ngdneebmnhbllklnnonomoimdolihecf
官方網址 https://chromewebstore.google.com/detail/linkwise-for-chrome/ngdneebmnhbllklnnonomoimdolihecf
簡介 Discover new affiliate programs and generate deeplinks on the fly!
檔案大小 108 KB
安裝次數 1,102
目前版本 1.3.1
更新時間 2022-08-31
上架時間 2018-12-10
評分 4.93/5 共 14 次評分
開發者 https://linkwi.se
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://linkwi.se/global-en/privacy-policy-linkwise-for-chrome
支援的語言 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"
    ]
}