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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Partnerize และคุณลักษณะหลักของมันคือ "Partnerize Quicklink is here to make it easier to generate tracking links for the products you want to promote."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Partnerize Quicklink

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}