Linkinize - Bookmark Manager for Teams
Bookmark Manager for Teams
Co je Linkinize - Bookmark Manager for Teams?
Linkinize - Bookmark Manager for Teams je rozšíření Chrome vyvinuté Linkinize, a jeho hlavní funkcí je „Bookmark Manager for Teams“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Linkinize - Bookmark Manager for Teams
Stáhněte si soubory rozšíření Linkinize - Bookmark Manager for Teams ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
                        Linkinize is a powerful bookmark management extension designed specifically for teams and businesses. With Linkinize, teams can easily share links and collaborate on projects, saving time and increasing productivity.                     Základní Informace o Rozšíření
| Název |  | 
| ID | ecihffhadpoocggaefliinhjbjgekdnh | 
| Oficiální URL | https://chromewebstore.google.com/detail/linkinize-bookmark-manage/ecihffhadpoocggaefliinhjbjgekdnh | 
| Popis | Bookmark Manager for Teams | 
| Velikost souboru | 3.64 MB | 
| Počet instalací | 92 | 
| Aktuální Verze | 0.5.0 | 
| Poslední Aktualizace | 2024-03-01 | 
| Datum Vydání | 2023-04-17 | 
| Hodnocení | 5.00/5 Celkem 2 Hodnocení | 
| Vývojář | Linkinize | 
| [email protected] | |
| Typ Platby | free | 
| Webové stránky Rozšíření | https://linkinize.com | 
| URL Stránky Nápovědy | https://linkinize.com | 
| URL Stránky Zásad Ochrany Soukromí | https://linkinize.com/privacy | 
| Podporované Jazyky | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "alarms"
    ],
    "action": {
        "default_popup": "www\/index.html",
        "default_title": "Linkinize - Bookmark Manager for Teams"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.linkinize.com\/*"
            ],
            "js": [
                "auth.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.linkinize.com\/*"
            ],
            "js": [
                "app-sync.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "name": "Linkinize - Bookmark Manager for Teams",
    "short_name": "Linkinize - Bookmark Manager for Teams",
    "description": "Bookmark Manager for Teams",
    "version": "0.5.0"
} | |