FYI Extension

Add links to your FYI Smartlists or your Board with this extension.

ما هو FYI Extension؟

FYI Extension هو إضافة Chrome تم تطويرها بواسطة FYI Internet، والميزة الرئيسية لها هي "Add links to your FYI Smartlists or your Board with this extension.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة FYI Extension

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

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

                        FYI.to is a micro-website builder and human content curation tool that works by simply copying and pasting links.

You can use it organize, share and promote any kind of content.

The tool can be used in its web version, with a FREE subscription, and also via its Chrome Extension, after the user is registered with an account.                    

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

الاسم FYI Extension FYI Extension
ID bffalcphahahnibdkocanadecobccnfn
عنوان URL الرسمي https://chromewebstore.google.com/detail/fyi-extension/bffalcphahahnibdkocanadecobccnfn
الوصف Add links to your FYI Smartlists or your Board with this extension.
حجم الملف 1.56 MB
عدد التثبيتات 265
النسخة الحالية 0.0.3.7
آخر تحديث 2018-08-22
تاريخ النشر 2018-08-22
تقييم 5.00/5 مجموع تقييمات 7
المطور FYI Internet
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://fyi.to/
عنوان صفحة المساعدة https://support.fyi.to/how-to-videos
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FYI Extension",
    "description": "Add links to your FYI Smartlists or your Board with this extension.",
    "version": "0.0.3.7",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/*.fyi.to\/",
        "https:\/\/fyi.to\/",
        "storage"
    ]
}