ePN Webmaster Plugin

Quick and easy way to create affiliate links for ePN CPA

O que é ePN Webmaster Plugin?

ePN Webmaster Plugin é uma extensão do Chrome desenvolvida por https://epn.bz, e sua principal característica é "Quick and easy way to create affiliate links for ePN CPA".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ePN Webmaster Plugin

Baixe arquivos de extensão ePN Webmaster Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome ePN Webmaster Plugin ePN Webmaster Plugin
ID jeaompkpfafalmlchhmehhfhmojmmkol
URL Oficial https://chromewebstore.google.com/detail/epn-webmaster-plugin/jeaompkpfafalmlchhmehhfhmojmmkol
Descrição Quick and easy way to create affiliate links for ePN CPA
Tamanho do Arquivo 630 KB
Contagem de Instalações 10,000
Versão Atual 2.0.12
Última Atualização 2023-03-20
Data de Publicação 2020-05-21
Classificação 3.81/5 Total de 79 Avaliações
Desenvolvedor https://epn.bz
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://epn.bz
URL da Página de Ajuda https://epn.bz/info/faq
URL da Página de Política de Privacidade https://backit.me/cashback/privacy
Idiomas Suportados 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"
    }
}