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.」です。
拡張機能のスクリーンショット
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 |
ID | labfnfjgimecphabhnnnobmifkjclecj |
公式URL | 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 |
Eメール | [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:\/\/*\/*" ] } |