SB Hacks Contact Finder
Find contacs with ease
SB Hacks Contact Finder क्या है?
SB Hacks Contact Finder http://chan4est.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find contacs with ease"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SB Hacks Contact Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This simple dropdown extension will allow you to easily pop in your potential contact's information in the hopes that you can find a valid email.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | feofcnpnghfccbpgiaejheefpiohmdga |
आधिकारिक URL | https://chrome.google.com/webstore/detail/sb-hacks-contact-finder/feofcnpnghfccbpgiaejheefpiohmdga |
विवरण | Find contacs with ease |
फ़ाइल का आकार | 943 KB |
स्थापना संख्या | 13 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2018-05-04 |
प्रकाशन तिथि | 2018-05-04 |
डेवलपर | http://chan4est.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SB Hacks Contact Finder", "version": "1.0.1", "description": "Find contacs with ease", "options_page": "about.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "main.js" ] } ], "page_action": { "default_icon": "images\/icon-128.png", "default_popup": "sponsors.html" }, "permissions": [ "declarativeContent", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "manifest_version": 2 } |