ePN Webmaster Plugin

Quick and easy way to create affiliate links for ePN CPA

ePN Webmaster Pluginคืออะไร?

ePN Webmaster Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://epn.bz และคุณลักษณะหลักของมันคือ "Quick and easy way to create affiliate links for ePN CPA"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ePN Webmaster Plugin

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

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

                        The plugin allows you to receive an affiliate link to any AliExpress page open in your browser without leaving it!                    

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

ชื่อ ePN Webmaster Plugin ePN Webmaster Plugin
ID jeaompkpfafalmlchhmehhfhmojmmkol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/epn-webmaster-plugin/jeaompkpfafalmlchhmehhfhmojmmkol
คำอธิบาย Quick and easy way to create affiliate links for ePN CPA
ขนาดไฟล์ 630 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 2.0.12
อัปเดตครั้งล่าสุด 2023-03-20
วันที่เผยแพร่ 2020-05-21
คะแนน 3.81/5 รวมทั้งหมด 79 คะแนน
ผู้พัฒนา https://epn.bz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://epn.bz
URL หน้าช่วยเหลือ https://epn.bz/info/faq
URL หน้านโยบายความเป็นส่วนตัว https://backit.me/cashback/privacy
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extTitle__",
    "description": "__MSG_extDescription__",
    "default_locale": "ru",
    "version": "2.0.12",
    "author": "[email protected]",
    "minimum_chrome_version": "76",
    "homepage_url": "https:\/\/epn.bz",
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "notifications",
        "http:\/\/*.epn.bz\/*",
        "https:\/\/*.epn.bz\/*",
        "https:\/\/*.epndev.bz\/*"
    ],
    "browser_action": {
        "default_title": "__MSG_extTitle__",
        "default_popup": "popup.html",
        "default_icon": "icons\/48x48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    }
}