SB Hacks Contact Finder
Find contacs with ease
ما هو SB Hacks Contact Finder؟
SB Hacks Contact Finder هو إضافة Chrome تم تطويرها بواسطة http://chan4est.com، والميزة الرئيسية لها هي "Find contacs with ease".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SB Hacks Contact Finder
قم بتنزيل ملفات الامتداد SB Hacks Contact Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |