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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TagMyFav is a collaborative bookmarking solution to share your links in Microsoft Teams, Outlook & Word in Microsoft 365."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TagMyFav एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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