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".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Sassique Snip Button

قم بتنزيل ملفات الامتداد Sassique Snip Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة https://sassique.com/faq
عنوان صفحة سياسة الخصوصية 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": [
        ""
    ]
}