Sassique Snip Button

Snip your favorite looks and products

Wat is Sassique Snip Button?

Sassique Snip Button is een Chrome-extensie ontwikkeld door https://sassique.com, en de belangrijkste functie is "Snip your favorite looks and products".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Sassique Snip Button

Download Sassique Snip Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Sassique Snip Button Sassique Snip Button
ID ohhbolhhdgamielooefpkdbdinlocmbg
Officiële URL https://chromewebstore.google.com/detail/sassique-snip-button/ohhbolhhdgamielooefpkdbdinlocmbg
Beschrijving Snip your favorite looks and products
Bestandsgrootte 88.64 KB
Aantal Installaties 285
Huidige Versie 1.5
Laatst Bijgewerkt 2021-08-21
Publicatiedatum 2019-01-13
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://sassique.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sassique.com
Help Pagina-URL https://sassique.com/faq
URL van de Privacybeleid Pagina https://www.sassique.com/privacy
Ondersteunde Talen 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": [
        ""
    ]
}