SB Hacks Contact Finder
Find contacs with ease
Wat is SB Hacks Contact Finder?
SB Hacks Contact Finder is een Chrome-extensie ontwikkeld door http://chan4est.com, en de belangrijkste functie is "Find contacs with ease".
Extensie Screenshots
Download het CRX-bestand van de extensie SB Hacks Contact Finder
Download SB Hacks Contact Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | feofcnpnghfccbpgiaejheefpiohmdga |
Officiële URL | https://chrome.google.com/webstore/detail/sb-hacks-contact-finder/feofcnpnghfccbpgiaejheefpiohmdga |
Beschrijving | Find contacs with ease |
Bestandsgrootte | 943 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2018-05-04 |
Publicatiedatum | 2018-05-04 |
Ontwikkelaar | http://chan4est.com |
Betalingswijze | free |
Ondersteunde Talen | 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 } |