Sassique Snip Button

Snip your favorite looks and products

Co to jest Sassique Snip Button?

Sassique Snip Button to rozszerzenie Chrome opracowane przez https://sassique.com, a jego główną funkcją jest „Snip your favorite looks and products”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Sassique Snip Button

Pobierz pliki rozszerzeń Sassique Snip Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sassique Snip Button Sassique Snip Button
ID ohhbolhhdgamielooefpkdbdinlocmbg
Oficjalny URL https://chromewebstore.google.com/detail/sassique-snip-button/ohhbolhhdgamielooefpkdbdinlocmbg
Opis Snip your favorite looks and products
Rozmiar pliku 88.64 KB
Liczba instalacji 285
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2021-08-21
Data Publikacji 2019-01-13
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://sassique.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sassique.com
Adres URL Strony Pomocy https://sassique.com/faq
Adres URL Strony Polityki Prywatności https://www.sassique.com/privacy
Obsługiwane Języki 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": [
        ""
    ]
}