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\/*"
    ]
}