ePN Webmaster Plugin
Quick and easy way to create affiliate links for ePN CPA
ePN Webmaster Pluginとは何ですか?
ePN Webmaster Pluginはhttps://epn.bzによって開発されたChromeの拡張機能で、その主な機能は「Quick and easy way to create affiliate links for ePN CPA」です。
拡張機能のスクリーンショット
ePN Webmaster Plugin拡張機能のCRXファイルをダウンロード
ePN Webmaster Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The plugin allows you to receive an affiliate link to any AliExpress page open in your browser without leaving it! 拡張機能の基本情報
| 名前 | |
| ID | jeaompkpfafalmlchhmehhfhmojmmkol |
| 公式URL | https://chromewebstore.google.com/detail/epn-webmaster-plugin/jeaompkpfafalmlchhmehhfhmojmmkol |
| 説明 | Quick and easy way to create affiliate links for ePN CPA |
| ファイルサイズ | 630 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 2.0.12 |
| 最終更新日 | 2023-03-20 |
| 公開日 | 2020-05-21 |
| 評価 | 3.81/5 合計 79 レビュー |
| 開発者 | https://epn.bz |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://epn.bz |
| ヘルプページのURL | https://epn.bz/info/faq |
| プライバシーポリシーページのURL | https://backit.me/cashback/privacy |
| 対応言語 | 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"
}
} | |