Poundsqueeze
Price Extention
Poundsqueeze क्या है?
Poundsqueeze https://poundsqueeze.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Price Extention"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Poundsqueeze एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Poundsqueeze is an AI powered extension that helps shoppers save money by doing rapid price comparison discovery on multiple websites providing users with the best possible prices ranked in order of cheapest to most expensive. Utilising advanced machine learning, Poundsqueeze will is one of the most effective and advanced ways for users to save considerable sums of money shopping online at considerable speed by providing up to 20 results in less than 20 seconds.
एक्सटेंशन की मूल जानकारी
नाम | Poundsqueeze |
ID | ifbklbcndmmpkgioomcbcaoeeipfkfcb |
आधिकारिक URL | https://chromewebstore.google.com/detail/poundsqueeze/ifbklbcndmmpkgioomcbcaoeeipfkfcb |
विवरण | Price Extention |
फ़ाइल का आकार | 311 KB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 3.4.10 |
अंतिम अपडेट | 2024-02-28 |
प्रकाशन तिथि | 2023-10-02 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://poundsqueeze.co.uk |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://poundsqueeze.co.uk/ |
सहायता पृष्ठ URL | https://poundsqueeze.co.uk/ |
गोपनीयता नीति पृष्ठ URL | https://poundsqueeze.co.uk/privacy-policy |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Poundsqueeze", "version": "3.4.10", "description": "Price Extention", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "action": { "default_icon": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/poundsqueeze.co.uk\/*", "http:\/\/13.50.254.152:5000\/*", "https:\/\/proxy.scrapeops.io\/*", "https:\/\/api.poundsqueeze.co.uk\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/poundsqueeze.co.uk\/*", "http:\/\/13.50.254.152:5000\/*", "https:\/\/proxy.scrapeops.io\/*", "https:\/\/api.poundsqueeze.co.uk\/*" ], "js": [ "contentScript.js" ] } ] } |