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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://help.phgsupport.com/hc
عنوان صفحة سياسة الخصوصية 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"
    ]
}