TagMyFav

TagMyFav is a collaborative bookmarking solution to share your links in Microsoft Teams, Outlook & Word in Microsoft 365.

ما هو TagMyFav؟

TagMyFav هو إضافة Chrome تم تطويرها بواسطة https://www.tagmyfav.com، والميزة الرئيسية لها هي "TagMyFav is a collaborative bookmarking solution to share your links in Microsoft Teams, Outlook & Word in Microsoft 365.".

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

screenshot
screenshot

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

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

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

                        TagMyFav for chrome lets you bookmark while you are browsing and lets you bookmarks all your tab when you are in hurry. With its sync feature you can sync all the existing browser bookmarks and access  in Microsoft 365 apps such as Outlook, Word and Teams. You can sync your browser links in to designated collection. You can create the collection on your native language and also bookmark multilingual sites. It gives you a great new way to organize and access your important resources over the internet.                    

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

الاسم TagMyFav TagMyFav
ID gecpfdnjpdofoplinmjcfibhnhokfpki
عنوان URL الرسمي https://chromewebstore.google.com/detail/tagmyfav/gecpfdnjpdofoplinmjcfibhnhokfpki
الوصف TagMyFav is a collaborative bookmarking solution to share your links in Microsoft Teams, Outlook & Word in Microsoft 365.
حجم الملف 2.51 MB
عدد التثبيتات 45
النسخة الحالية 0.1.3
آخر تحديث 2021-10-06
تاريخ النشر 2021-05-22
تقييم 5.00/5 مجموع تقييمات 6
المطور https://www.tagmyfav.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
عنوان صفحة المساعدة https://www.tagmyfav.com/support/
عنوان صفحة سياسة الخصوصية https://www.tagmyfav.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TagMyFav",
    "description": "TagMyFav is a collaborative bookmarking solution to share your links in Microsoft Teams, Outlook & Word in Microsoft 365.",
    "version": "0.1.3",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "img\/32X32.png",
        "default_title": "TagMyFav"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.tagmyfav.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "32": "img\/32X32.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "bookmarks",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/app.tagmyfav.com\/*"
    ]
}