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 |
电子邮箱 | [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:\/\/*\/*" ] } |