SB Hacks Contact Finder
Find contacs with ease
Qu'est-ce que SB Hacks Contact Finder ?
SB Hacks Contact Finder est une extension Chrome développée par http://chan4est.com, et sa fonction principale est "Find contacs with ease".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SB Hacks Contact Finder
Téléchargez les fichiers d'extension SB Hacks Contact Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | feofcnpnghfccbpgiaejheefpiohmdga |
URL Officiel | https://chrome.google.com/webstore/detail/sb-hacks-contact-finder/feofcnpnghfccbpgiaejheefpiohmdga |
Description | Find contacs with ease |
Taille du Fichier | 943 KB |
Nombre d'Installations | 13 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2018-05-04 |
Date de Publication | 2018-05-04 |
Développeur | http://chan4est.com |
Type de Paiement | free |
Langues Prises en Charge | 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 } |