采集助手
采集助手
采集助手คืออะไร?
采集助手 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sailingqy และคุณลักษณะหลักของมันคือ "采集助手"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
อีเมล | [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'" } |