Sassique Snip Button

Snip your favorite looks and products

Was ist Sassique Snip Button?

Sassique Snip Button ist eine Chrome-Erweiterung, die von https://sassique.com entwickelt wurde, und ihr Hauptmerkmal ist "Snip your favorite looks and products".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Sassique Snip Button-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sassique Snip Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sassique Snip Button Sassique Snip Button
ID ohhbolhhdgamielooefpkdbdinlocmbg
Offizielle URL https://chromewebstore.google.com/detail/sassique-snip-button/ohhbolhhdgamielooefpkdbdinlocmbg
Beschreibung Snip your favorite looks and products
Dateigröße 88.64 KB
Installationsanzahl 285
Aktuelle Version 1.5
Letztes Update 2021-08-21
Veröffentlichungsdatum 2019-01-13
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://sassique.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sassique.com
Hilfeseite URL https://sassique.com/faq
URL der Datenschutzrichtlinien-Seite https://www.sassique.com/privacy
Unterstützte Sprachen 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": [
        ""
    ]
}