ePN Webmaster Plugin

Quick and easy way to create affiliate links for ePN CPA

Wat is ePN Webmaster Plugin?

ePN Webmaster Plugin is een Chrome-extensie ontwikkeld door https://epn.bz, en de belangrijkste functie is "Quick and easy way to create affiliate links for ePN CPA".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ePN Webmaster Plugin

Download ePN Webmaster Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam ePN Webmaster Plugin ePN Webmaster Plugin
ID jeaompkpfafalmlchhmehhfhmojmmkol
Officiële URL https://chromewebstore.google.com/detail/epn-webmaster-plugin/jeaompkpfafalmlchhmehhfhmojmmkol
Beschrijving Quick and easy way to create affiliate links for ePN CPA
Bestandsgrootte 630 KB
Aantal Installaties 10,000
Huidige Versie 2.0.12
Laatst Bijgewerkt 2023-03-20
Publicatiedatum 2020-05-21
Beoordeling 3.81/5 Totaal 79 Beoordelingen
Ontwikkelaar https://epn.bz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://epn.bz
Help Pagina-URL https://epn.bz/info/faq
URL van de Privacybeleid Pagina https://backit.me/cashback/privacy
Ondersteunde Talen 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"
    }
}