Fine Wine & Good Spirits Assistant
Shopping assistant for Fine Wine & Good Spirits Website
Τι είναι το Fine Wine & Good Spirits Assistant;
Το Fine Wine & Good Spirits Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Shopping assistant for Fine Wine & Good Spirits Website".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Fine Wine & Good Spirits Assistant
Λήψη αρχείων επέκτασης Fine Wine & Good Spirits Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                        Shop Fine Wine & Good Spirits Stores Online with Personalized Recommendations                     Βασικές Πληροφορίες Επέκτασης
| Όνομα |   |  
| ID | aknnjpeleloicepabflbndcmhbjoonnl | 
| Επίσημο URL | https://chromewebstore.google.com/detail/fine-wine-good-spirits-as/aknnjpeleloicepabflbndcmhbjoonnl | 
| Περιγραφή | Shopping assistant for Fine Wine & Good Spirits Website | 
| Μέγεθος Αρχείου | 718 KB | 
| Αριθμός Εγκαταστάσεων | 24 | 
| Τρέχουσα Έκδοση | 1.0.1 | 
| Τελευταία Ενημέρωση | 2020-04-18 | 
| Ημερομηνία Δημοσίευσης | 2020-04-18 | 
| Προγραμματιστής | Unknown | 
| Τύπος Πληρωμής | free | 
| Ιστότοπος Επέκτασης | https://www.finewineandgoodspirits.com/ | 
| Υποστηριζόμενες Γλώσσες | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fine Wine & Good Spirits Assistant",
    "description": "Shopping assistant for Fine Wine & Good Spirits Website",
    "version": "1.0.1",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "activeTab",
        "browsingData",
        "*:\/\/*.finewineandgoodspirits.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Start Shopping"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.finewineandgoodspirits.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}  |  |