AliExpress速卖通直通车工具
AliExpress速卖通直通车工具,批量底价出价
Cos'è AliExpress速卖通直通车工具?
AliExpress速卖通直通车工具 è un'estensione di Chrome sviluppata da 乐云-@梁栩谦, e la sua funzione principale è "AliExpress速卖通直通车工具,批量底价出价".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AliExpress速卖通直通车工具
Scarica i file di estensione AliExpress速卖通直通车工具 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
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.
Informazioni di Base sull'Estensione
Nome | AliExpress速卖通直通车工具 |
ID | bknnddbmmgbdljapkmkoaoeicommkjmj |
URL Ufficiale | 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 |
Descrizione | AliExpress速卖通直通车工具,批量底价出价 |
Dimensione del File | 501 KB |
Conteggio Installazioni | 433 |
Versione Corrente | 0.16 |
Ultimo Aggiornamento | 2020-09-28 |
Data di Pubblicazione | 2020-09-09 |
Sviluppatore | 乐云-@梁栩谦 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://exad.rangtaobaofei.com/pp.html |
Lingue Supportate | 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\/*" ] } |