giftful
The easiest way to add wishes to your giftful wishlists!
ما هو giftful؟
giftful هو إضافة Chrome تم تطويرها بواسطة https://giftful.com، والميزة الرئيسية لها هي "The easiest way to add wishes to your giftful wishlists!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة giftful
قم بتنزيل ملفات الامتداد giftful بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically add wishes to your giftful wishlist. Click on the giftful button when you find the perfect item you want and giftful will automatically load in the details for you! Just choose which wishlist you want to pin it to.
معلومات أساسية عن التمديد
الاسم | giftful |
ID | mbcfbddbppaccljmahnakpbafnoogmgi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/giftful/mbcfbddbppaccljmahnakpbafnoogmgi |
الوصف | The easiest way to add wishes to your giftful wishlists! |
حجم الملف | 286 KB |
عدد التثبيتات | 14,105 |
النسخة الحالية | 1.8.7 |
آخر تحديث | 2023-11-15 |
تاريخ النشر | 2019-10-25 |
تقييم | 3.91/5 مجموع تقييمات 11 |
المطور | https://giftful.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://giftful.com/ |
عنوان صفحة سياسة الخصوصية | https://giftful.com/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "giftful", "description": "The easiest way to add wishes to your giftful wishlists!", "version": "1.8.7", "action": { "default_icon": { "16": "images\/giftful16.png", "32": "images\/giftful32.png", "48": "images\/giftful48.png", "128": "images\/giftful128.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab", "cookies", "scripting" ], "host_permissions": [ "*:\/\/*.giftful.co\/*", "*:\/\/*.giftful.com\/*" ], "icons": { "16": "images\/giftful16.png", "32": "images\/giftful32.png", "48": "images\/giftful48.png", "128": "images\/giftful128.png" } } |