Importable
Shop Amazon.com with Bahamas customs automatically calculated.
ما هو Importable؟
Importable هو إضافة Chrome تم تطويرها بواسطة Importable، والميزة الرئيسية لها هي "Shop Amazon.com with Bahamas customs automatically calculated.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Importable
قم بتنزيل ملفات الامتداد Importable بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Quickly find and calculate Bahamas customs cost while shopping online. See customs costs while shopping Amazon.
معلومات أساسية عن التمديد
الاسم | |
ID | fgcpnflkmkpfbpadfinicmbijdddmkji |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/importable/fgcpnflkmkpfbpadfinicmbijdddmkji |
الوصف | Shop Amazon.com with Bahamas customs automatically calculated. |
حجم الملف | 227 KB |
عدد التثبيتات | 56 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2022-03-11 |
تاريخ النشر | 2022-03-11 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Importable |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://importable.app/ |
عنوان صفحة سياسة الخصوصية | https://importable.app/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Importable", "description": "Shop Amazon.com with Bahamas customs automatically calculated.", "version": "0.0.1", "permissions": [ "storage" ], "background": { "service_worker": "\/js\/background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com\/*" ], "js": [ "js\/amazon.js" ], "css": [ "css\/amazon.css" ] } ] } |