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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}