Sassique Snip Button

Snip your favorite looks and products

What is Sassique Snip Button?

Sassique Snip Button is a Chrome extension developed by https://sassique.com, and its main feature is "Snip your favorite looks and products".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Sassique Snip Button Extension CRX File

Download Sassique Snip Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sassique Snip Button Sassique Snip Button
ID ohhbolhhdgamielooefpkdbdinlocmbg
Official URL https://chromewebstore.google.com/detail/sassique-snip-button/ohhbolhhdgamielooefpkdbdinlocmbg
Description Snip your favorite looks and products
File Size 88.64 KB
Installation Count 285
Current Version 1.5
Last Updated 2021-08-21
Publish Date 2019-01-13
Rating 5.00/5 Total 2 Ratings
Developer https://sassique.com
Email [email protected]
Payment Type free
Extension Website https://sassique.com
Help Page URL https://sassique.com/faq
Privacy Policy Page URL https://www.sassique.com/privacy
Supported Languages 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": [
        ""
    ]
}