ePN Webmaster Plugin

Quick and easy way to create affiliate links for ePN CPA

Vad är ePN Webmaster Plugin?

ePN Webmaster Plugin är en Chrome-tillägg utvecklad av https://epn.bz, och dess huvudfunktion är "Quick and easy way to create affiliate links for ePN CPA".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner ePN Webmaster Plugin-förlängningens CRX-fil

Ladda ner ePN Webmaster Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn ePN Webmaster Plugin ePN Webmaster Plugin
ID jeaompkpfafalmlchhmehhfhmojmmkol
Officiell webbadress https://chromewebstore.google.com/detail/epn-webmaster-plugin/jeaompkpfafalmlchhmehhfhmojmmkol
Beskrivning Quick and easy way to create affiliate links for ePN CPA
Filstorlek 630 KB
Antal Installationer 10,000
Aktuell Version 2.0.12
Senast Uppdaterad 2023-03-20
Publiceringsdatum 2020-05-21
Betyg 3.81/5 Totalt 79 Betyg
Utvecklare https://epn.bz
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://epn.bz
Hjälpsida URL https://epn.bz/info/faq
URL till Sekretesspolicy Sidan https://backit.me/cashback/privacy
Stödda Språk 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"
    }
}