AliExpress速卖通直通车工具
AliExpress速卖通直通车工具,批量底价出价
What is AliExpress速卖通直通车工具?
AliExpress速卖通直通车工具 is a Chrome extension developed by 乐云-@梁栩谦, and its main feature is "AliExpress速卖通直通车工具,批量底价出价".
Extension Screenshots
Download AliExpress速卖通直通车工具 Extension CRX File
Download AliExpress速卖通直通车工具 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
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.
Extension Basic Information
Name | AliExpress速卖通直通车工具 |
ID | bknnddbmmgbdljapkmkoaoeicommkjmj |
Official 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 |
Description | AliExpress速卖通直通车工具,批量底价出价 |
File Size | 501 KB |
Installation Count | 433 |
Current Version | 0.16 |
Last Updated | 2020-09-28 |
Publish Date | 2020-09-09 |
Developer | 乐云-@梁栩谦 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://exad.rangtaobaofei.com/pp.html |
Supported Languages | 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\/*" ] } |