Phone Helper
Location, timezone, and click-to-dial
ما هو Phone Helper؟
Phone Helper هو إضافة Chrome تم تطويرها بواسطة byronigoe، والميزة الرئيسية لها هي "Location, timezone, and click-to-dial".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Phone Helper
قم بتنزيل ملفات الامتداد Phone Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get location and timezone information for any phone number in a page. It also creates a tel: link to be able to call the number.
https://github.com/byronigoe/phoneHelper معلومات أساسية عن التمديد
| الاسم | |
| ID | cllcdbfbaembamcnhgkmihgmndhgimfb |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/phone-helper/cllcdbfbaembamcnhgkmihgmndhgimfb |
| الوصف | Location, timezone, and click-to-dial |
| حجم الملف | 12.15 KB |
| عدد التثبيتات | 679 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2023-04-30 |
| تاريخ النشر | 2017-10-02 |
| المطور | byronigoe |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/byronigoe/phoneHelper |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Phone Helper",
"version": "1.2",
"description": "Location, timezone, and click-to-dial",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"minimum_chrome_version": "88",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"phoneHelper.js"
],
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"icon48.png"
],
"matches": [
" | |