Wished

Wish for anything, anywhere

Τι είναι το Wished;

Το Wished είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.wished.online, και η κύρια λειτουργία του είναι "Wish for anything, anywhere".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Wished is your universal wishlist for all of your favourite shopping sites. 

Create multiple wishlists, share them with friends and family, and even get notified of price updates!

With our easy-to-use and customizable wishlist extension, you will be able to save their favourite products and purchase them later with just a few clicks. Our extension is fully compatible with any online store and can easily provide you 

Key Features:

- Easy-to-use and intuitive interface
- Compatible with any online store
- Share wishlists with friends and family
- Be notified of price drops
- Ability to add and manage unlimited items in all of your wishlists                    

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

Όνομα Wished Wished
ID hhnahkmehhkjemigopkkkamciojfmcbh
Επίσημο URL https://chromewebstore.google.com/detail/wished/hhnahkmehhkjemigopkkkamciojfmcbh
Περιγραφή Wish for anything, anywhere
Μέγεθος Αρχείου 325 KB
Αριθμός Εγκαταστάσεων 35
Τρέχουσα Έκδοση 1.4.1
Τελευταία Ενημέρωση 2023-11-19
Ημερομηνία Δημοσίευσης 2021-03-12
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://www.wished.online
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.wished.online/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.wished.online/
URL της Σελίδας Πολιτικής Απορρήτου https://www.wished.online/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wished",
    "version": "1.4.1",
    "description": "Wish for anything, anywhere",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "96": "images\/icons\/96.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup.htm",
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png"
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.bundle.js"
            ],
            "match_about_blank": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}