ePN Webmaster Plugin
Quick and easy way to create affiliate links for ePN CPA
Cos'è ePN Webmaster Plugin?
ePN Webmaster Plugin è un'estensione di Chrome sviluppata da https://epn.bz, e la sua funzione principale è "Quick and easy way to create affiliate links for ePN CPA".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ePN Webmaster Plugin
Scarica i file di estensione ePN Webmaster Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The plugin allows you to receive an affiliate link to any AliExpress page open in your browser without leaving it!
Informazioni di Base sull'Estensione
Nome | ePN Webmaster Plugin |
ID | jeaompkpfafalmlchhmehhfhmojmmkol |
URL Ufficiale | https://chromewebstore.google.com/detail/epn-webmaster-plugin/jeaompkpfafalmlchhmehhfhmojmmkol |
Descrizione | Quick and easy way to create affiliate links for ePN CPA |
Dimensione del File | 630 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 2.0.12 |
Ultimo Aggiornamento | 2023-03-20 |
Data di Pubblicazione | 2020-05-21 |
Valutazione | 3.81/5 Totale 79 Valutazioni |
Sviluppatore | https://epn.bz |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://epn.bz |
URL della Pagina di Aiuto | https://epn.bz/info/faq |
URL della Pagina della Politica sulla Privacy | https://backit.me/cashback/privacy |
Lingue Supportate | 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" } } |