Sassique Snip Button

Snip your favorite looks and products

Τι είναι το Sassique Snip Button;

Το Sassique Snip Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sassique.com, και η κύρια λειτουργία του είναι "Snip your favorite looks and products".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Sassique Snip Button

Λήψη αρχείων επέκτασης Sassique Snip Button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Sassique Snip Button Sassique Snip Button
ID ohhbolhhdgamielooefpkdbdinlocmbg
Επίσημο URL https://chromewebstore.google.com/detail/sassique-snip-button/ohhbolhhdgamielooefpkdbdinlocmbg
Περιγραφή Snip your favorite looks and products
Μέγεθος Αρχείου 88.64 KB
Αριθμός Εγκαταστάσεων 285
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2021-08-21
Ημερομηνία Δημοσίευσης 2019-01-13
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://sassique.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sassique.com
Διεύθυνση URL της Σελίδας Βοήθειας https://sassique.com/faq
URL της Σελίδας Πολιτικής Απορρήτου https://www.sassique.com/privacy
Υποστηριζόμενες Γλώσσες 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": [
        ""
    ]
}