TagMyFav

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

Cos'è TagMyFav?

TagMyFav è un'estensione di Chrome sviluppata da https://www.tagmyfav.com, e la sua funzione principale è "TagMyFav is a collaborative bookmarking solution to share your links in Microsoft Teams, Outlook & Word in Microsoft 365.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TagMyFav

Scarica i file di estensione TagMyFav in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TagMyFav TagMyFav
ID gecpfdnjpdofoplinmjcfibhnhokfpki
URL Ufficiale https://chromewebstore.google.com/detail/tagmyfav/gecpfdnjpdofoplinmjcfibhnhokfpki
Descrizione TagMyFav is a collaborative bookmarking solution to share your links in Microsoft Teams, Outlook & Word in Microsoft 365.
Dimensione del File 2.51 MB
Conteggio Installazioni 45
Versione Corrente 0.1.3
Ultimo Aggiornamento 2021-10-06
Data di Pubblicazione 2021-05-22
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://www.tagmyfav.com
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina di Aiuto https://www.tagmyfav.com/support/
URL della Pagina della Politica sulla Privacy https://www.tagmyfav.com/privacy-policy
Lingue Supportate 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\/*"
    ]
}