ePN Webmaster Plugin
Quick and easy way to create affiliate links for ePN CPA
What is ePN Webmaster Plugin?
ePN Webmaster Plugin is a Chrome extension developed by https://epn.bz, and its main feature is "Quick and easy way to create affiliate links for ePN CPA".
Extension Screenshots
Download ePN Webmaster Plugin Extension CRX File
Download ePN Webmaster Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The plugin allows you to receive an affiliate link to any AliExpress page open in your browser without leaving it!
Extension Basic Information
Name | ePN Webmaster Plugin |
ID | jeaompkpfafalmlchhmehhfhmojmmkol |
Official URL | https://chromewebstore.google.com/detail/epn-webmaster-plugin/jeaompkpfafalmlchhmehhfhmojmmkol |
Description | Quick and easy way to create affiliate links for ePN CPA |
File Size | 630 KB |
Installation Count | 10,000 |
Current Version | 2.0.12 |
Last Updated | 2023-03-20 |
Publish Date | 2020-05-21 |
Rating | 3.81/5 Total 79 Ratings |
Developer | https://epn.bz |
[email protected] | |
Payment Type | free |
Extension Website | https://epn.bz |
Help Page URL | https://epn.bz/info/faq |
Privacy Policy Page URL | https://backit.me/cashback/privacy |
Supported Languages | 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" } } |