Gift Hero
The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.
ما هو Gift Hero؟
Gift Hero هو إضافة Chrome تم تطويرها بواسطة https://www.gifthero.com، والميزة الرئيسية لها هي "The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gift Hero
قم بتنزيل ملفات الامتداد Gift Hero بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Add an item from any online retailer to your Gift Hero wish lists. You can now add an item from any site without changing pages!
معلومات أساسية عن التمديد
الاسم | Gift Hero |
ID | hcilfaknmnnhkmmojdhfilelmdebclig |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gift-hero/hcilfaknmnnhkmmojdhfilelmdebclig |
الوصف | The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click. |
حجم الملف | 126 KB |
عدد التثبيتات | 9,283 |
النسخة الحالية | 2.0.12 |
آخر تحديث | 2021-11-12 |
تاريخ النشر | 2017-09-08 |
تقييم | 4.25/5 مجموع تقييمات 4 |
المطور | https://www.gifthero.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.gifthero.com |
عنوان صفحة المساعدة | https://support.gifthero.com/adding-gifts/what-is-the-gift-hero-browser-plugin |
عنوان صفحة سياسة الخصوصية | https://www.gifthero.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gift Hero", "author": "Gift Hero, Inc.", "homepage_url": "https:\/\/gifthero.com", "options_page": "options.html", "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": { "20": "Icon-20.png", "40": "Icon-40.png", "128": "Icon-128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.gifthero.dev\/*", "*:\/\/*.gifthero.com\/*" ], "js": [ "gifthero.bundle.js" ] } ], "icons": { "16": "Icon-16.png", "48": "Icon-48.png", "54": "Icon-54.png", "90": "Icon-90.png", "128": "Icon-128.png", "270": "Icon-270.png" }, "manifest_version": 2, "permissions": [ "activeTab", " |