Affilitizer

Affilitizer highlights advertisers with affiliate programs within Google Search result pages and in the address bar.

ما هو Affilitizer؟

Affilitizer هو إضافة Chrome تم تطويرها بواسطة https://affilitizer.com، والميزة الرئيسية لها هي "Affilitizer highlights advertisers with affiliate programs within Google Search result pages and in the address bar.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Affilitizer

قم بتنزيل ملفات الامتداد Affilitizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Affilitizer is the easiest way to find affiliate-programs. Just Google for brands and products - affilitizer add an icon in front of each search result so you will never miss an advertiser again. It is that simple!

You can also browse the web - Affilitizer will notify you as soon as you visit a website from an advertiser. With one click you will see all available affiliate programs.

Filter your networks - Choose which of the connected networks you like and boost your productivity. With Affilitizer you can find 80.000+ affiliate-programs from 80+ affiliate-networks! And the best: It is 100% free!

Feedback:
"Affilitizer is something that every affiliate marketer (new or pro) will love having." (shoutmeloud.com)                    

معلومات أساسية عن التمديد

الاسم Affilitizer Affilitizer
ID oiclkoiceoklnignlihmpciebcppgbcm
عنوان URL الرسمي https://chromewebstore.google.com/detail/affilitizer/oiclkoiceoklnignlihmpciebcppgbcm
الوصف Affilitizer highlights advertisers with affiliate programs within Google Search result pages and in the address bar.
حجم الملف 62.36 KB
عدد التثبيتات 24,223
النسخة الحالية 2.0.17
آخر تحديث 2024-02-22
تاريخ النشر 2020-06-15
تقييم 3.20/5 مجموع تقييمات 25
المطور https://affilitizer.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.affilitizer.com
عنوان صفحة المساعدة https://affilitizer.freshdesk.com/support/home
عنوان صفحة سياسة الخصوصية https://www.affilitizer.com/en/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Affilitizer",
    "version": "2.0.17",
    "description": "__MSG_extension_description__",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/box.affilitizer.com\/*"
    ],
    "default_locale": "en",
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "http:\/\/www.*.*\/*",
                "https:\/\/www.*.*\/*"
            ],
            "css": [
                "css\/tailwind-output.css"
            ],
            "js": [
                "js\/md5.js",
                "js\/affilitizer.js",
                "js\/popup_helper.js",
                "js\/google_parser.js",
                "js\/affiliate_checker.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/inactive.png"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "offline_enabled": false,
    "manifest_version": 3
}