Soch Swadeshi - सोच स्वदेशी
A Chrome Plugin Helping You Easily Shop Local Products Online #VocalForLocal
Soch Swadeshi - सोच स्वदेशी란 무엇입니까?
Soch Swadeshi - सोच स्वदेशी은(는) https://sochswadeshi.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome Plugin Helping You Easily Shop Local Products Online #VocalForLocal"입니다.
확장 프로그램 스크린샷
Soch Swadeshi - सोच स्वदेशी 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } ] } |