SB Hacks Contact Finder
Find contacs with ease
什麼是SB Hacks Contact Finder?
SB Hacks Contact Finder是由http://chan4est.com開發的Chrome擴展程式,該擴展的主要功能是“Find contacs with ease”。
擴展截圖
下載SB Hacks Contact Finder擴展crx文件
下載SB Hacks Contact Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |