SB Hacks Contact Finder
Find contacs with ease
Apa itu SB Hacks Contact Finder?
SB Hacks Contact Finder adalah ekstensi Chrome yang dikembangkan oleh http://chan4est.com, dan fitur utamanya adalah "Find contacs with ease".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SB Hacks Contact Finder
Unduh file ekstensi SB Hacks Contact Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | feofcnpnghfccbpgiaejheefpiohmdga |
URL Resmi | https://chrome.google.com/webstore/detail/sb-hacks-contact-finder/feofcnpnghfccbpgiaejheefpiohmdga |
Deskripsi | Find contacs with ease |
Ukuran File | 943 KB |
Jumlah Instalasi | 13 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2018-05-04 |
Tanggal Publikasi | 2018-05-04 |
Pengembang | http://chan4est.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |