Basket
Save and share your favourite items all in one app.
Basket क्या है?
Basket https://www.trybasket.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save and share your favourite items all in one app."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Basket एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ever felt frustrated by endless tabs, hundreds of screenshots and wishlists scattered all over the internet, when shopping online? Yeah, we feel you. We made Basket to make shopping a breeze! Basket will save you time and money. In two taps that item you've discovered is safe in your basket. When that thing you love goes on sale, we’ll let you know with a price drop alert. Shop your favourites and soon-to-be-favourites at almost all online retailers, shopping apps and blogs. Say goodbye to the old ways of remembering things, you know - bookmarks, tabs, screenshots. Make Basket the sanctuary for all your future finds, we’ll store them safely until you’re ready to buy. Never lose a product again. Install Basket now for FREE. See it. Save it. Basket.
एक्सटेंशन की मूल जानकारी
नाम | Basket |
ID | hjpbnkkeihnknafkdbglklgmblkgdkki |
आधिकारिक URL | https://chromewebstore.google.com/detail/basket/hjpbnkkeihnknafkdbglklgmblkgdkki |
विवरण | Save and share your favourite items all in one app. |
फ़ाइल का आकार | 4.67 MB |
स्थापना संख्या | 1,683 |
वर्तमान संस्करण | 2.1.2 |
अंतिम अपडेट | 2024-02-28 |
प्रकाशन तिथि | 2023-02-24 |
रेटिंग | 4.91/5 कुल 117 रेटिंग्स |
डेवलपर | https://www.trybasket.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.trybasket.com |
सहायता पृष्ठ URL | https://www.trybasket.com/contact-us |
गोपनीयता नीति पृष्ठ URL | https://www.trybasket.com/policies/privacy-policy |
समर्थित भाषाएँ | en-GB,sk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Basket", "version": "2.1.2", "default_locale": "en_GB", "icons": { "16": "assets\/icons\/production\/favicon-16px.png", "32": "assets\/icons\/production\/favicon-32px.png", "48": "assets\/icons\/production\/favicon-48px.png", "128": "assets\/icons\/production\/favicon-128px.png" }, "description": "Save and share your favourite items all in one app.", "homepage_url": "https:\/\/www.trybasket.com", "short_name": "Basket", "permissions": [ "activeTab", "tabs", "storage", "contextMenus" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "author": "Intent Technologies", "action": { "default_icon": { "16": "assets\/icons\/production\/favicon-16px.png", "32": "assets\/icons\/production\/favicon-32px.png", "48": "assets\/icons\/production\/favicon-48px.png", "128": "assets\/icons\/production\/favicon-128px.png" }, "default_title": "Basket" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "browser-polyfill.js", "js\/content-script.bundle.js" ], "run_at": "document_end" } ], "commands": { "save-to-quick-saves": { "suggested_key": { "default": "Alt+B", "mac": "Alt+B" }, "description": "Save item to Quick Saves" } }, "web_accessible_resources": [ { "resources": [ "images\/*.svg", "images\/*.gif", "images\/*.png", "assets\/fonts\/**\/*.ttf" ], "matches": [ " |