Sassique Snip Button
Snip your favorite looks and products
Sassique Snip Buttonคืออะไร?
Sassique Snip Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sassique.com และคุณลักษณะหลักของมันคือ "Snip your favorite looks and products"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sassique Snip Button
ดาวน์โหลดไฟล์ส่วนขยาย Sassique Snip Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Snip Button can be used to collect images from other fashion websites for shopping and inspiration. These images will link back to the original websites where they were found, and can be collected and arranged into lists and looks in your personal Sassique profile.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sassique Snip Button |
ID | ohhbolhhdgamielooefpkdbdinlocmbg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sassique-snip-button/ohhbolhhdgamielooefpkdbdinlocmbg |
คำอธิบาย | Snip your favorite looks and products |
ขนาดไฟล์ | 88.64 KB |
จำนวนการติดตั้ง | 285 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2021-08-21 |
วันที่เผยแพร่ | 2019-01-13 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://sassique.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sassique.com |
URL หน้าช่วยเหลือ | https://sassique.com/faq |
URL หน้านโยบายความเป็นส่วนตัว | https://www.sassique.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sassique Snip Button", "description": "Snip your favorite looks and products", "version": "1.5", "browser_action": { "default_icon": "icon-snip.png" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-latest.min.js" ], "run_at": "document_end" } ], "icons": { "16": "icon-snip16.png", "48": "icon-snip48.png", "128": "icon-snip128.png" }, "permissions": [ " |