AliExpress速卖通直通车工具
AliExpress速卖通直通车工具,批量底价出价
AliExpress速卖通直通车工具とは何ですか?
AliExpress速卖通直通车工具は乐云-@梁栩谦によって開発されたChromeの拡張機能で、その主な機能は「AliExpress速卖通直通车工具,批量底价出价」です。
拡張機能のスクリーンショット
AliExpress速卖通直通车工具拡張機能のCRXファイルをダウンロード
AliExpress速卖通直通车工具拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AliExpress速卖通直通车工具 1.恢复批量底价出价功能 2.显示关键词app排名 3.显示关键词底价 使用方法: 打直通车页面即可以使用。 权限说明: We support the Chrome Web Store’s minimum rational use of extensions policy: 1. "https://bp.aliexpress.com/*" "https://gsp.aliexpress.com/*" "https://ad.aliexpress.com/*" when the page update by XHR, the extension need update the tool bar. 2. "https://exad.rangtaobaofei.com/*", get the notice information.
拡張機能の基本情報
名前 | AliExpress速卖通直通车工具 |
ID | bknnddbmmgbdljapkmkoaoeicommkjmj |
公式URL | https://chromewebstore.google.com/detail/aliexpress%E9%80%9F%E5%8D%96%E9%80%9A%E7%9B%B4%E9%80%9A%E8%BD%A6%E5%B7%A5%E5%85%B7/bknnddbmmgbdljapkmkoaoeicommkjmj |
説明 | AliExpress速卖通直通车工具,批量底价出价 |
ファイルサイズ | 501 KB |
インストール数 | 433 |
現在のバージョン | 0.16 |
最終更新日 | 2020-09-28 |
公開日 | 2020-09-09 |
開発者 | 乐云-@梁栩谦 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://exad.rangtaobaofei.com/pp.html |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AliExpress\u901f\u5356\u901a\u76f4\u901a\u8f66\u5de5\u5177", "short_name": "AliExpressBPTool", "description": "AliExpress\u901f\u5356\u901a\u76f4\u901a\u8f66\u5de5\u5177\uff0c\u6279\u91cf\u5e95\u4ef7\u51fa\u4ef7", "version": "0.16", "author": "\u6881\u6829\u8c26", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_title": "AliExpress\u901f\u5356\u901a\u76f4\u901a\u8f66\u5de5\u5177", "default_icon": "img\/icon48.png", "default_popup": "popup.htm" }, "background": { "page": "background.htm" }, "content_scripts": [ { "matches": [ "https:\/\/bp.aliexpress.com\/*", "https:\/\/gsp.aliexpress.com\/*" ], "css": [], "js": [ "asset\/lib\/jquery.js", "content.js" ], "all_frames": false } ], "web_accessible_resources": [ "img\/qr.jpg", "img\/wechat.jpg", "img\/gzh.jpg" ], "externally_connectable": { "matches": [ "*:\/\/*.aliexpress.com\/*" ] }, "permissions": [ "webRequest", "https:\/\/exad.rangtaobaofei.com\/*", "https:\/\/bp.aliexpress.com\/*", "https:\/\/gsp.aliexpress.com\/*", "https:\/\/ad.aliexpress.com\/*" ] } |