Affilitizer

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

Affilitizer क्या है?

Affilitizer https://affilitizer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Affilitizer highlights advertisers with affiliate programs within Google Search result pages and in the address bar."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Affilitizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://affilitizer.freshdesk.com/support/home
गोपनीयता नीति पृष्ठ URL 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
}