tracdelight linkgenerator

Get your textlink in one click with the tracdelight plug-in. Install it in your browser and copy your link right in the online shop.

什麼是tracdelight linkgenerator?

tracdelight linkgenerator是由tracdelight GmbH開發的Chrome擴展程式,該擴展的主要功能是“Get your textlink in one click with the tracdelight plug-in. Install it in your browser and copy your link right in the online shop.”。

擴展截圖

screenshot

下載tracdelight linkgenerator擴展crx文件

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

擴展使用說明

                        The tracdelight plug-in allows you to get a tracking link quick and easy right within the plug-in. Install the extension in your browser and go to your partner shops. Simply copy the tracking link right on the webshops‘ site and use it on your website to earn your commission.                    

擴展基本資訊

名稱 tracdelight linkgenerator tracdelight linkgenerator
ID labfnfjgimecphabhnnnobmifkjclecj
官方網址 https://chromewebstore.google.com/detail/tracdelight-linkgenerator/labfnfjgimecphabhnnnobmifkjclecj
簡介 Get your textlink in one click with the tracdelight plug-in. Install it in your browser and copy your link right in the online shop.
檔案大小 904 KB
安裝次數 101
目前版本 3.0.0
更新時間 2023-11-17
上架時間 2019-02-19
評分 5.00/5 共 1 次評分
開發者 tracdelight GmbH
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.tracdelight.io/datenschutz
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tracdelight linkgenerator",
    "description": "Get your textlink in one click with the tracdelight plug-in. Install it in your browser and copy your link right in the online shop.",
    "version": "3.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "96": "icon-96.png",
            "128": "icon-128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}