Admitad Extension

Extension for earning money on your audience

Admitad Extensionคืออะไร?

Admitad Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Admitad และคุณลักษณะหลักของมันคือ "Extension for earning money on your audience"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Admitad Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        33,000 projects. Bloggers with audiences from 5,000 followers and websites with up to 20 million monthly visitors—they all earn money on leading customers to stores. And you can become one of them.

30,000 brands. Install the extension and choose whose products to promote. 

100 million goods. Our advertisers sell virtually everything: from smartphones to traveling. Our advertisers sell virtually everything: from smartphones to traveling. Cosmetics, food, apparel, car maintenance, games—there are products to fit any subject.

How does this work?
Admitad Extension is an extension that allows you to cooperate with top-rated stores and brands easily.
* Promote products and share links to services on social media and personal blogs, websites, YouTube, Telegram, and other messengers.
* To let us know it was you who brought a specific customer, use special links the extension generates.
* Get a reward for every order made through your links.

How is Admitad Extension convenient?
1. The affiliate network's entire functionality—in one extension.
2. Simple registration, no moderation.
3. Real-time statistics.
4. It's easy to withdraw money to any payment system.

What does Admitad Extension do?
* Allows working with 60,000 goods and services of advertisers across the globe.
* Highlights brands and goods available for promotion.
* Generates affiliate links on the store website, in one click.
* Displays all relevant discounts and promo codes.
* Shows the previous week's clicks and earnings statistics.
* In case of disconnection of an affiliate program, automatically redirects traffic to all analogs so as to not compromise your earnings.
Besides, the extension can create links for connecting referrals. As per the terms of the referral program, you will be eligible for 5% of Admitad's earnings from every publisher you bring to the network, throughout the year.

How to start earning with Admitad Extension?
1. Install the extension and sign up.
2. Pick a store from the catalog.
3. Choose a product you like, open the extension, and copy the link.
4. Share this link on your website, blog, or social media.
5. Earn on every purchase made through your link.

This extension is a tool for our business partners - publishers who have (or plan to have) an account in Admitad network and apply our terms of use https://terms.admitad.com/en/admitad-affiliate/terms-for-publishers/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Admitad Extension Admitad Extension
ID cidalejakfnmkeioolifplbocphngkhl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/admitad-extension/cidalejakfnmkeioolifplbocphngkhl
คำอธิบาย Extension for earning money on your audience
ขนาดไฟล์ 7.46 MB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 3.15.1
อัปเดตครั้งล่าสุด 2024-02-01
วันที่เผยแพร่ 2020-07-02
คะแนน 4.09/5 รวมทั้งหมด 89 คะแนน
ผู้พัฒนา Admitad
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://extension.admitad.com/?adref=6rf6z7bzkd6gg3cdxh4q2mykk0ymhejx
URL หน้าช่วยเหลือ https://www.admitad.com/?adref=6rf6z7bzkd6gg3cdxh4q2mykk0ymhejx
URL หน้านโยบายความเป็นส่วนตัว https://www.admitad.com/privacy
ภาษาที่รองรับ de,en,fr,es,it,pl,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "19": "assets\/icons\/19x19.png",
        "32": "assets\/icons\/32x32.png",
        "38": "assets\/icons\/38x38.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "analytics.min.js",
            "background\/background.js"
        ]
    },
    "homepage_url": "https:\/\/www.admitad.com",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "notifications",
        "https:\/\/*.google.com\/*",
        "https:\/\/*.google-analytics.com\/*",
        "https:\/\/*.fas.st\/*",
        "https:\/\/*.admitad.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "assets\/*"
    ],
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "assets\/icons\/16x16.png",
            "19": "assets\/icons\/19x19.png",
            "32": "assets\/icons\/32x32.png",
            "38": "assets\/icons\/38x38.png",
            "48": "assets\/icons\/48x48.png",
            "128": "assets\/icons\/128x128.png"
        }
    },
    "version": "3.15.1"
}