e-wizzle zip code finder
An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country.
ما هو e-wizzle zip code finder؟
e-wizzle zip code finder هو إضافة Chrome تم تطويرها بواسطة Adedayo Ayodele، والميزة الرئيسية لها هي "An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة e-wizzle zip code finder
قم بتنزيل ملفات الامتداد e-wizzle zip code finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
e-wizzle zip code finder is a chrome extension that helps you find the phone code,country code and postal or zip code associated with a given state or country.
معلومات أساسية عن التمديد
الاسم | e-wizzle zip code finder |
ID | eocdcoimbpmnookgdpemmneoiaghjenp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/e-wizzle-zip-code-finder/eocdcoimbpmnookgdpemmneoiaghjenp |
الوصف | An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country. |
حجم الملف | 283 KB |
عدد التثبيتات | 165 |
النسخة الحالية | 0.0.0.4 |
آخر تحديث | 2013-11-29 |
تاريخ النشر | 2013-11-29 |
تقييم | 4.75/5 مجموع تقييمات 8 |
المطور | Adedayo Ayodele |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "e-wizzle zip code finder", "description": "An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country.", "version": "0.0.0.4", "icons": { "128": "icon.png" }, "permissions": [ "http:\/\/api.geonames.org\/,http:\/\/maps.googleapis.com\/" ], "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html" } } |