联昇软件-外贸必备运营工具
联昇软件是一款针对阿里巴巴国际站用户提效的工具集 支持Alibaba,提供商品采集、店铺分析、多国家查排名、访客分析、客源挖掘、反查流量词、主图导出等功能。
What is 联昇软件-外贸必备运营工具?
联昇软件-外贸必备运营工具 is a Chrome extension developed by lianshengdata, and its main feature is "联昇软件是一款针对阿里巴巴国际站用户提效的工具集 支持Alibaba,提供商品采集、店铺分析、多国家查排名、访客分析、客源挖掘、反查流量词、主图导出等功能。".
Extension Screenshots
Download 联昇软件-外贸必备运营工具 Extension CRX File
Download 联昇软件-外贸必备运营工具 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
软件说明:联昇软件是一款针对阿里巴巴国际站用户提效的工具集
支持Alibaba,提供商品采集、店铺分析、多国家查排名、访客分析、客源挖掘、反查流量词、主图导出等功能。 Extension Basic Information
| Name | |
| ID | ilenkpeienanldcfkebaangmklbppaph |
| Official URL | https://chromewebstore.google.com/detail/%E8%81%94%E6%98%87%E8%BD%AF%E4%BB%B6-%E5%A4%96%E8%B4%B8%E5%BF%85%E5%A4%87%E8%BF%90%E8%90%A5%E5%B7%A5%E5%85%B7/ilenkpeienanldcfkebaangmklbppaph |
| Description | 联昇软件是一款针对阿里巴巴国际站用户提效的工具集 支持Alibaba,提供商品采集、店铺分析、多国家查排名、访客分析、客源挖掘、反查流量词、主图导出等功能。 |
| File Size | 11.02 MB |
| Installation Count | 655 |
| Current Version | 2.0.6 |
| Last Updated | 2024-02-29 |
| Publish Date | 2023-07-31 |
| Rating | 5.00/5 Total 2 Ratings |
| Developer | lianshengdata |
| [email protected] | |
| Payment Type | free |
| Privacy Policy Page URL | http://spider.lianshengdata.com |
| Supported Languages | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u8054\u6607\u8f6f\u4ef6-\u5916\u8d38\u5fc5\u5907\u8fd0\u8425\u5de5\u5177",
"version": "2.0.6",
"manifest_version": 3,
"description": "\u8054\u6607\u8f6f\u4ef6\u662f\u4e00\u6b3e\u9488\u5bf9\u963f\u91cc\u5df4\u5df4\u56fd\u9645\u7ad9\u7528\u6237\u63d0\u6548\u7684\u5de5\u5177\u96c6 \u652f\u6301Alibaba,\u63d0\u4f9b\u5546\u54c1\u91c7\u96c6\u3001\u5e97\u94fa\u5206\u6790\u3001\u591a\u56fd\u5bb6\u67e5\u6392\u540d\u3001\u8bbf\u5ba2\u5206\u6790\u3001\u5ba2\u6e90\u6316\u6398\u3001\u53cd\u67e5\u6d41\u91cf\u8bcd\u3001\u4e3b\u56fe\u5bfc\u51fa\u7b49\u529f\u80fd\u3002",
"background": {
"type": "module",
"service_worker": "background\/main.js"
},
"icons": {
"48": "icon_48.png"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.alibaba.com\/*",
"https:\/\/*.alibaba.com\/*",
"https:\/\/www2.alibaba.com\/*",
"http:\/\/localhost:5173\/*",
"http:\/\/site.big-sight.com\/sysiot-spider-user\/*",
"http:\/\/spider.lianshengdata.com\/*",
"http:\/\/192.168.0.111:8081\/*"
],
"exclude_matches": [
"https:\/\/profile.alibaba.com\/profile\/detail_buyer_select.htm#\/"
],
"js": [
"index.js",
"main\/js\/chunk-vendors.js",
"main\/js\/app.js",
"tools\/axios.min.js",
"tools\/echarts.min.js",
"tools\/getValueByCode.js"
],
"css": [
"main\/css\/app.css",
"main\/css\/chunk-vendors.css",
"main\/awesomefont\/all.css"
],
"run_at": "document_start"
}
],
"permissions": [
"storage",
"cookies",
"alarms",
"declarativeNetRequest",
"https:\/\/*.alibaba.com\/*",
"unlimitedStorage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"https:\/\/www2.alibaba.com\/*",
"https:\/\/message.alibaba.com\/*",
"http:\/\/spider.lianshengdata.com\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/uspeed.artsoft.co\/*",
"http:\/\/spider.lianshengdata.com\/*",
"http:\/\/www.lianshengdata.com\/*",
"http:\/\/193.112.181.21\/*",
"https:\/\/spider.iexam.mobi\/*",
"http:\/\/localhost:5173\/*",
"http:\/\/localhost:5174\/*",
"http:\/\/192.168.0.111:8080\/*",
"http:\/\/192.168.0.112:8080\/*",
"http:\/\/192.168.0.113:8080\/*",
"http:\/\/192.168.0.101:8081\/*"
]
}
} | |