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 |
| 官方網址 | 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"
]
} | |