Sassique Snip Button

Snip your favorite looks and products

Apa itu Sassique Snip Button?

Sassique Snip Button adalah ekstensi Chrome yang dikembangkan oleh https://sassique.com, dan fitur utamanya adalah "Snip your favorite looks and products".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Sassique Snip Button

Unduh file ekstensi Sassique Snip Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Sassique Snip Button Sassique Snip Button
ID ohhbolhhdgamielooefpkdbdinlocmbg
URL Resmi https://chromewebstore.google.com/detail/sassique-snip-button/ohhbolhhdgamielooefpkdbdinlocmbg
Deskripsi Snip your favorite looks and products
Ukuran File 88.64 KB
Jumlah Instalasi 285
Versi Saat Ini 1.5
Terakhir Diperbarui 2021-08-21
Tanggal Publikasi 2019-01-13
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://sassique.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sassique.com
URL Halaman Bantuan https://sassique.com/faq
URL Halaman Kebijakan Privasi https://www.sassique.com/privacy
Bahasa yang Didukung 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": [
        ""
    ]
}