teamlink

Easiest way to sync, collaborate and search bookmarks

teamlink क्या है?

teamlink https://getteamlink.web.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easiest way to sync, collaborate and search bookmarks"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Build your knowledge bank with bookmarks
Quick bookmark links you find useful and we will make sure you find it when you need them the most.

Get one of the best Productivity tools on Chrome!
★ Augmented Bookmark Search
Get matching bookmarks directly in your google searches.

★ Omnibox Bookmark Search
Search bookmarks directly from browser address bar Press L and space followed by search query.

★ Quick Add/Remove Bookmark
Add/Remove bookmarks quickly using keyboard shortcut Ctrl + Shift + L

★ Sync, Share Bookmarks with Teams (Coming Soon!)
Create team workspaces, share and collaborate bookmarks with your teams

✔ Get started in seconds
Quick one click install and you will never have to waste time finding same thing again and again.

Privacy Policy at: https://getteamlink.web.app/privacy.html
Learn more about the extension: https://teamlink.web.app                    

एक्सटेंशन की मूल जानकारी

नाम teamlink teamlink
ID keefgegllkbafoneklpidccocjllbenl
आधिकारिक URL https://chromewebstore.google.com/detail/teamlink/keefgegllkbafoneklpidccocjllbenl
विवरण Easiest way to sync, collaborate and search bookmarks
फ़ाइल का आकार 307 KB
स्थापना संख्या 83
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2021-10-17
प्रकाशन तिथि 2021-09-29
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://getteamlink.web.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://getteamlink.web.app/
सहायता पृष्ठ URL https://getteamlink.web.app/contact.html
गोपनीयता नीति पृष्ठ URL https://getteamlink.web.app/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Easiest way to sync, collaborate and search bookmarks",
    "version": "0.1.1",
    "name": "teamlink",
    "manifest_version": 2,
    "homepage_url": "http:\/\/getteamlink.web.app",
    "icons": {
        "16": "static\/assets\/icons\/16.png",
        "24": "static\/assets\/icons\/24.png",
        "32": "static\/assets\/icons\/32.png",
        "64": "static\/assets\/icons\/64.png",
        "128": "static\/assets\/icons\/128.png"
    },
    "browser_action": [],
    "options_page": "static\/options.html",
    "background": {
        "page": "static\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/jquery-3.6.0.slim.min.js",
                "content.js"
            ]
        }
    ],
    "commands": {
        "toggleBookmark": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Add\/Remove Bookmark"
        }
    },
    "omnibox": {
        "keyword": "l"
    },
    "permissions": [
        "tabs",
        "storage",
        "bookmarks",
        "activeTabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}