Sassique Snip Button

Snip your favorite looks and products

Hvad er Sassique Snip Button?

Sassique Snip Button er en Chrome-udvidelse udviklet af https://sassique.com, og dens hovedfunktion er "Snip your favorite looks and products".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Sassique Snip Button-udvidelses-CRX-fil

Download Sassique Snip Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Sassique Snip Button Sassique Snip Button
ID ohhbolhhdgamielooefpkdbdinlocmbg
Officiel URL https://chromewebstore.google.com/detail/sassique-snip-button/ohhbolhhdgamielooefpkdbdinlocmbg
Beskrivelse Snip your favorite looks and products
Filstørrelse 88.64 KB
Antal Installationer 285
Nuværende Version 1.5
Senest Opdateret 2021-08-21
Udgivelsesdato 2019-01-13
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://sassique.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://sassique.com
Hjælpeside-URL https://sassique.com/faq
URL til Fortrolighedspolitik Side https://www.sassique.com/privacy
Understøttede Sprog 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": [
        ""
    ]
}