TagMyFav

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

TagMyFavとは何ですか?

TagMyFavはhttps://www.tagmyfav.comによって開発されたChromeの拡張機能で、その主な機能は「TagMyFav is a collaborative bookmarking solution to share your links in Microsoft Teams, Outlook & Word in Microsoft 365.」です。

拡張機能のスクリーンショット

screenshot
screenshot

TagMyFav拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}