Partnerize Quicklink
Partnerize Quicklink is here to make it easier to generate tracking links for the products you want to promote.
什么是Partnerize Quicklink?
Partnerize Quicklink是由Partnerize开发的Chrome扩展程序,该扩展的主要功能是“Partnerize Quicklink is here to make it easier to generate tracking links for the products you want to promote.”。
扩展截图
下载Partnerize Quicklink扩展crx文件
下载Partnerize Quicklink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Partnerize Quicklink extension allows you to;
• View participating campaigns
• Search by campaigns and brands
• Smart campaign filtering based on current web page
• Create commissionable tracking links on the fly, directly from the brands website
• Add placement reporting identifiers
• Generator short URL tracking links
• Simple copy to clipboard
If you are not a Partnerize partner, sign up here: https://signup.partnerize.com. 扩展基本信息
| 名称 | |
| ID | iigmblejfnkjhaaeiehbmjenhacjmpfg |
| 官方URL | https://chromewebstore.google.com/detail/partnerize-quicklink/iigmblejfnkjhaaeiehbmjenhacjmpfg |
| 简介 | Partnerize Quicklink is here to make it easier to generate tracking links for the products you want to promote. |
| 文件大小 | 1.48 MB |
| 安装次数 | 3,000 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2022-07-13 |
| 上架时间 | 2020-02-20 |
| 评分 | 3.14/5 共7次评分 |
| 开发者 | Partnerize |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://partnerize.com |
| 帮助页面URL | https://help.phgsupport.com/hc |
| 隐私政策页面URL | https://partnerize.com/en/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"js\/config.js",
"js\/jquery.min.js",
"js\/bootstrap.min.js",
"js\/background.js"
],
"persistent": true
},
"browser_action": {
"default_title": "Partnerize Quicklink",
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
}
},
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"description": "Partnerize Quicklink is here to make it easier to generate tracking links for the products you want to promote.",
"icons": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"manifest_version": 2,
"name": "Partnerize Quicklink",
"permissions": [
"tabs",
"storage",
"identity",
"clipboardWrite",
"https:\/\/api.partnerize.com\/*"
],
"version": "1.2.0",
"web_accessible_resources": [
"fonts\/FontAwesome.otf",
"fonts\/fontawesome-webfont.eot",
"fonts\/fontawesome-webfont.svg",
"fonts\/fontawesome-webfont.ttf",
"fonts\/fontawesome-webfont.woff",
"fonts\/fontawesome-webfont.woff2"
]
} | |