Sassique Snip Button

Snip your favorite looks and products

Cos'è Sassique Snip Button?

Sassique Snip Button è un'estensione di Chrome sviluppata da https://sassique.com, e la sua funzione principale è "Snip your favorite looks and products".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Sassique Snip Button

Scarica i file di estensione Sassique Snip Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sassique Snip Button Sassique Snip Button
ID ohhbolhhdgamielooefpkdbdinlocmbg
URL Ufficiale https://chromewebstore.google.com/detail/sassique-snip-button/ohhbolhhdgamielooefpkdbdinlocmbg
Descrizione Snip your favorite looks and products
Dimensione del File 88.64 KB
Conteggio Installazioni 285
Versione Corrente 1.5
Ultimo Aggiornamento 2021-08-21
Data di Pubblicazione 2019-01-13
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://sassique.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sassique.com
URL della Pagina di Aiuto https://sassique.com/faq
URL della Pagina della Politica sulla Privacy https://www.sassique.com/privacy
Lingue Supportate 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": [
        ""
    ]
}