TagMyFav

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

Hvad er TagMyFav?

TagMyFav er en Chrome-udvidelse udviklet af https://www.tagmyfav.com, og dens hovedfunktion er "TagMyFav is a collaborative bookmarking solution to share your links in Microsoft Teams, Outlook & Word in Microsoft 365.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download TagMyFav-udvidelses-CRX-fil

Download TagMyFav-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn TagMyFav TagMyFav
ID gecpfdnjpdofoplinmjcfibhnhokfpki
Officiel URL https://chromewebstore.google.com/detail/tagmyfav/gecpfdnjpdofoplinmjcfibhnhokfpki
Beskrivelse TagMyFav is a collaborative bookmarking solution to share your links in Microsoft Teams, Outlook & Word in Microsoft 365.
Filstørrelse 2.51 MB
Antal Installationer 45
Nuværende Version 0.1.3
Senest Opdateret 2021-10-06
Udgivelsesdato 2021-05-22
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler https://www.tagmyfav.com
E-mail [email protected]
Betalingsmetode in_app
Hjælpeside-URL https://www.tagmyfav.com/support/
URL til Fortrolighedspolitik Side https://www.tagmyfav.com/privacy-policy
Understøttede Sprog 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\/*"
    ]
}