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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Partnerize Quicklink Partnerize Quicklink
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
Eメール [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"
    ]
}