AliExpress速卖通直通车工具
AliExpress速卖通直通车工具,批量底价出价
Wat is AliExpress速卖通直通车工具?
AliExpress速卖通直通车工具 is een Chrome-extensie ontwikkeld door 乐云-@梁栩谦, en de belangrijkste functie is "AliExpress速卖通直通车工具,批量底价出价".
Extensie Screenshots
Download het CRX-bestand van de extensie AliExpress速卖通直通车工具
Download AliExpress速卖通直通车工具-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | AliExpress速卖通直通车工具 |
ID | bknnddbmmgbdljapkmkoaoeicommkjmj |
Officiële 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 |
Beschrijving | AliExpress速卖通直通车工具,批量底价出价 |
Bestandsgrootte | 501 KB |
Aantal Installaties | 433 |
Huidige Versie | 0.16 |
Laatst Bijgewerkt | 2020-09-28 |
Publicatiedatum | 2020-09-09 |
Ontwikkelaar | 乐云-@梁栩谦 |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://exad.rangtaobaofei.com/pp.html |
Ondersteunde Talen | 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\/*" ] } |