Familiste

Gérer ses listes Familiste simplement, en quelques clics !

ما هو Familiste؟

Familiste هو إضافة Chrome تم تطويرها بواسطة Familiste، والميزة الرئيسية لها هي "Gérer ses listes Familiste simplement, en quelques clics !".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Familiste

قم بتنزيل ملفات الامتداد Familiste بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Créez et partagez vos listes de cadeaux gratuitement avec Familiste, outil simple de création de liste de cadeaux telle que liste de naissance, liste de mariage                    

معلومات أساسية عن التمديد

الاسم Familiste Familiste
ID lgjkocmllejlkegfcnlnlfofnliphfjl
عنوان URL الرسمي https://chromewebstore.google.com/detail/familiste/lgjkocmllejlkegfcnlnlfofnliphfjl
الوصف Gérer ses listes Familiste simplement, en quelques clics !
حجم الملف 233 KB
عدد التثبيتات 71
النسخة الحالية 0.1.0
آخر تحديث 2020-06-03
تاريخ النشر 2020-06-02
تقييم 5.00/5 مجموع تقييمات 1
المطور Familiste
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.familiste.com/
عنوان صفحة سياسة الخصوصية https://www.familiste.com/terms
اللغات المدعومة fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Familiste",
    "version": "0.1.0",
    "description": "G\u00e9rer ses listes Familiste simplement, en quelques clics !",
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon.png",
        "16": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "author": "Familiste",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/www.familiste.com\/",
    "permissions": [
        "tabs",
        "https:\/\/www.familiste.com\/*"
    ]
}