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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://www.tagmyfav.com/support/
URL หน้านโยบายความเป็นส่วนตัว 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\/*"
    ]
}