Soch Swadeshi - सोच स्वदेशी
A Chrome Plugin Helping You Easily Shop Local Products Online #VocalForLocal
Soch Swadeshi - सोच स्वदेशी क्या है?
Soch Swadeshi - सोच स्वदेशी https://sochswadeshi.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome Plugin Helping You Easily Shop Local Products Online #VocalForLocal"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Soch Swadeshi - सोच स्वदेशी एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
#AtmaNirbharBharat - An Ambitious Vision Set By Hon.PMO Narendra Modi To Build India 2.0 With the Entire Supply Chain Of Goods, Manufacturing, and Design In India. Going #VocalForLocal is an important step to achieve this.! Soch Swadeshi is a browser addon/plugin when installed helps you make informed buying decisions on the Internet. Soch Swadeshi provides additional information on the product you're browsing on the site — It may but not limited to Company Origin, Manufacturing Origin, Comments, and Recommendations. Founded by A team of award-winning of teens - Suhail CS, Pranav Shikarpur, and Swasthik Padma -- All who have previously worked on critical social problems and addressed in a large way. Fun Fact: All 3 of the members have a minor planet named after their names by MIT Lincoln Laboratory, and Suhail has even been awarded by PMO Narendra Modi in 2019. Privacy Focused + Holistic Design and Made In Bengaluru 🙌 Soch Swadeshi - A Chrome Plugin Helping You Easily Shop Local Products Online #VocalForLocal
एक्सटेंशन की मूल जानकारी
नाम | |
ID | geaaiiblggggnhbeppgmcejmmhibgcic |
आधिकारिक URL | https://chromewebstore.google.com/detail/soch-swadeshi-%E0%A4%B8%E0%A5%8B%E0%A4%9A-%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%A6%E0%A5%87%E0%A4%B6%E0%A5%80/geaaiiblggggnhbeppgmcejmmhibgcic |
विवरण | A Chrome Plugin Helping You Easily Shop Local Products Online #VocalForLocal |
फ़ाइल का आकार | 164 KB |
स्थापना संख्या | 147 |
वर्तमान संस्करण | 5.0 |
अंतिम अपडेट | 2020-07-31 |
प्रकाशन तिथि | 2020-07-11 |
रेटिंग | 4.33/5 कुल 6 रेटिंग्स |
डेवलपर | https://sochswadeshi.in |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://sochswadeshi.in |
सहायता पृष्ठ URL | https://sochswadeshi.in/Support-Form-6b035ffbe57a4ba89062870625ed6bd3 |
गोपनीयता नीति पृष्ठ URL | https://sochswadeshi.in/Data-Privacy-Policy-16aeba60f34841ddadc7c2c9efd7decd |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Soch Swadeshi - \u0938\u094b\u091a \u0938\u094d\u0935\u0926\u0947\u0936\u0940", "description": "A Chrome Plugin Helping You Easily Shop Local Products Online #VocalForLocal", "version": "5.0", "manifest_version": 2, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png", "192": "icons\/192.png", "512": "icons\/512.png" }, "browser_action": { "default_title": "Soch Swadeshi - \u0938\u094b\u091a \u0938\u094d\u0935\u0926\u0947\u0936\u0940", "default_icon": "icons\/128.png" }, "permissions": [ "https:\/\/*.flipkart.com\/*", "https:\/\/*.amazon.in\/*" ], "background": { "scripts": [ "js\/jquery.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.flipkart.com\/*", "https:\/\/*.amazon.in\/*" ], "css": [ "css\/bt.css" ], "js": [ "js\/jquery.js", "js\/core.js" ] } ] } |