TagMyFav

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

Was ist TagMyFav?

TagMyFav ist eine Chrome-Erweiterung, die von https://www.tagmyfav.com entwickelt wurde, und ihr Hauptmerkmal ist "TagMyFav is a collaborative bookmarking solution to share your links in Microsoft Teams, Outlook & Word in Microsoft 365.".

Erweiterungsscreenshots

screenshot
screenshot

TagMyFav-Erweiterungs-CRX-Datei herunterladen

Laden Sie TagMyFav-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TagMyFav TagMyFav
ID gecpfdnjpdofoplinmjcfibhnhokfpki
Offizielle URL https://chromewebstore.google.com/detail/tagmyfav/gecpfdnjpdofoplinmjcfibhnhokfpki
Beschreibung TagMyFav is a collaborative bookmarking solution to share your links in Microsoft Teams, Outlook & Word in Microsoft 365.
Dateigröße 2.51 MB
Installationsanzahl 45
Aktuelle Version 0.1.3
Letztes Update 2021-10-06
Veröffentlichungsdatum 2021-05-22
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://www.tagmyfav.com
E-Mail [email protected]
Zahlungsart in_app
Hilfeseite URL https://www.tagmyfav.com/support/
URL der Datenschutzrichtlinien-Seite https://www.tagmyfav.com/privacy-policy
Unterstützte Sprachen 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\/*"
    ]
}