采集助手
采集助手
采集助手とは何ですか?
采集助手はsailingqyによって開発されたChromeの拡張機能で、その主な機能は「采集助手」です。
拡張機能のスクリーンショット
采集助手拡張機能のCRXファイルをダウンロード
采集助手拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
云栈官方出品,支持在多平台采集,采集后可刊登至多个平台多个店铺,提高商品发布效率。 拡張機能の基本情報
| 名前 | |
| ID | pdldjnnbgchhlknfcdgnlfamdflkhbno |
| 公式URL | https://chromewebstore.google.com/detail/%E9%87%87%E9%9B%86%E5%8A%A9%E6%89%8B/pdldjnnbgchhlknfcdgnlfamdflkhbno |
| 説明 | 采集助手 |
| ファイルサイズ | 1.38 MB |
| インストール数 | 173 |
| 現在のバージョン | 0.4.1 |
| 最終更新日 | 2021-04-08 |
| 公開日 | 2021-02-01 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | sailingqy |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://business.xshoppy.shop/ |
| ヘルプページのURL | https://business.xshoppy.shop/ |
| プライバシーポリシーページのURL | https://www.xshoppy.com/privacy-policy |
| 対応言語 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u91c7\u96c6\u52a9\u624b",
"version": "0.4.1",
"description": "\u91c7\u96c6\u52a9\u624b",
"default_locale": "zh_CN",
"permissions": [
"*:\/\/*\/*",
"declarativeContent"
],
"icons": {
"16": "icons\/main.png",
"48": "icons\/main.png",
"128": "icons\/main.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_title": "\u91c7\u96c6\u52a9\u624b",
"default_icon": {
"19": "icons\/main.png",
"38": "icons\/main.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/detail.1688.com\/*"
],
"js": [
"js\/content-script.js"
],
"css": [
"css\/content-script.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |