联昇软件-外贸必备运营工具
联昇软件是一款针对阿里巴巴国际站用户提效的工具集 支持Alibaba,提供商品采集、店铺分析、多国家查排名、访客分析、客源挖掘、反查流量词、主图导出等功能。
什麼是联昇软件-外贸必备运营工具?
联昇软件-外贸必备运营工具是由lianshengdata開發的Chrome擴展程式,該擴展的主要功能是“联昇软件是一款针对阿里巴巴国际站用户提效的工具集 支持Alibaba,提供商品采集、店铺分析、多国家查排名、访客分析、客源挖掘、反查流量词、主图导出等功能。”。
擴展截圖
下載联昇软件-外贸必备运营工具擴展crx文件
下載联昇软件-外贸必备运营工具擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
软件说明:联昇软件是一款针对阿里巴巴国际站用户提效的工具集
支持Alibaba,提供商品采集、店铺分析、多国家查排名、访客分析、客源挖掘、反查流量词、主图导出等功能。 擴展基本資訊
| 名稱 | |
| ID | ilenkpeienanldcfkebaangmklbppaph |
| 官方網址 | 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 |
| 簡介 | 联昇软件是一款针对阿里巴巴国际站用户提效的工具集 支持Alibaba,提供商品采集、店铺分析、多国家查排名、访客分析、客源挖掘、反查流量词、主图导出等功能。 |
| 檔案大小 | 11.02 MB |
| 安裝次數 | 655 |
| 目前版本 | 2.0.6 |
| 更新時間 | 2024-02-29 |
| 上架時間 | 2023-07-31 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | lianshengdata |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | http://spider.lianshengdata.com |
| 支援的語言 | 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\/*"
]
}
} | |