Locker

All of your wishlists - now in one place.

Qu'est-ce que Locker ?

Locker est une extension Chrome développée par https://wantlocker.com, et sa fonction principale est "All of your wishlists - now in one place.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Locker

Téléchargez les fichiers d'extension Locker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        We're guessing that you probably have more than a few tabs open on your laptop right now? You’re in the right place.
👋 Say bye to your 1000 open tabs when you download Locker.  No tabs, no screenshots and no spreadsheets involved - just all of your favorites in one place.
💻 Browse, save, share and recommend your favorites across thousands of brand websites. You can now keep track of all of your favorites in one place, your Locker!
👯 Want to share outfit ideas with your friends? Moving into a new place and trying to find the perfect furniture and accessories? Organize your saves into collections and share your collections with friends so they can help you shop.
👀 Always asking your friends where they got something? Follow your friends and browse what they are saving in their Locker.
💡 Follow other Lockers to get instant shopping inspiration!
🆘 Don't love shopping and need help choosing what to buy? Find a friend who will recommend pieces to you while they shop & receive their recommendations directly to your Locker!
✨ With Locker, you will never have to ask yourself where you saw that “one thing” on that “one website”. All your favorites, now in one place.                    

Informations de Base sur l'Extension

Nom Locker Locker
ID bdacnlgpemjkfhlphdhhpamgopagnlie
URL Officiel https://chromewebstore.google.com/detail/locker/bdacnlgpemjkfhlphdhhpamgopagnlie
Description All of your wishlists - now in one place.
Taille du Fichier 761 KB
Nombre d'Installations 10,000
Version Actuelle 0.1.19
Dernière Mise à Jour 2024-02-22
Date de Publication 2020-10-21
Évaluation 4.69/5 Total 29 Évaluations
Développeur https://wantlocker.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.wantlocker.com
URL de la Page d'Aide https://wantlocker.notion.site/Locker-Help-23ca98484c3b42c8962cc67baf702e86
URL de la Page de Politique de Confidentialité https://www.wantlocker.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Locker",
    "version": "0.1.19",
    "description": "All of your wishlists - now in one place.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.31987f00.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "background": {
        "service_worker": "background.732cf8dd.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:28001\/*",
            "https:\/\/*.wantlocker.com\/*"
        ]
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "browser_style": true,
        "default_title": "Locker"
    },
    "icons": {
        "48": ".\/images\/icon.png",
        "128": ".\/images\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/LockerLogoLoFi.png",
                "images\/enter.svg",
                "images\/gift.svg",
                "images\/gradient80.webp",
                "images\/icon-dev.png",
                "images\/icon.png",
                "images\/left.svg",
                "images\/lock.svg",
                "images\/logotype.png",
                "images\/logout.svg",
                "images\/plus.svg",
                "images\/right.svg",
                "images\/search.svg",
                "images\/share.svg",
                "images\/x.svg",
                "images\/tutorial\/manually_open.webp",
                "images\/onboarding\/organize.webp",
                "images\/onboarding\/save.webp",
                "images\/onboarding\/view.webp",
                "content\/App.js",
                "content\/Navigator.js",
                "content\/Root.js",
                "content.31987f00.js",
                "content\/queries.js",
                "content\/styles.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "content.0a1874e1.css"
            ]
        }
    ]
}