Webtop.com Browser Extension

Take advantage of the Webtop Browser Extension with Secure Vaults. Quick-import links, bookmarks and web apps to your Webtop.com…

什麼是Webtop.com Browser Extension?

Webtop.com Browser Extension是由https://webtop.com開發的Chrome擴展程式,該擴展的主要功能是“Take advantage of the Webtop Browser Extension with Secure Vaults. Quick-import links, bookmarks and web apps to your Webtop.com…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Webtop.com Browser Extension擴展crx文件

下載Webtop.com Browser Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Take advantage of the Webtop Browser Extension with Secure Vaults.

Quick-import links, bookmarks and web apps to your Webtop.com workspace and move seamlessly across accounts with password select and vaults. 

- Direct-save links to easily share & store with your teams 
- Get one secure vault inside the browser extension per workspace you’re a member of.
- Unlock the vault for all, or a selection of, your workspaces.
- Easily switch between workspaces and vaults.
- The Vault will store and suggest your passwords so that you can easily select and apply them
- Passwords will be organized by All – Connected – Group Passwords
- You’ll be able to copy or edit credentials 
- Easily add new passwords to be stored in the Vault right from the browser extension
- Generate new passwords based on your preferences for length, numbers, symbols, lowercase or uppercase.

Optimize the way you work across apps, devices and teams with Webtop.com, today!                    

擴展基本資訊

名稱 Webtop.com Browser Extension Webtop.com Browser Extension
ID aehofphooenabolflanfidbhjmgmchpb
官方網址 https://chromewebstore.google.com/detail/webtopcom-browser-extensi/aehofphooenabolflanfidbhjmgmchpb
簡介 Take advantage of the Webtop Browser Extension with Secure Vaults. Quick-import links, bookmarks and web apps to your Webtop.com…
檔案大小 891 KB
安裝次數 1,853
目前版本 2.0.0
更新時間 2023-12-01
上架時間 2020-11-05
評分 5.00/5 共 3 次評分
開發者 https://webtop.com
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://www.webtop.com/support
隱私政策頁面URL https://www.webtop.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webtop.com Browser Extension",
    "version": "2.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "permissions": [
        "cookies",
        "bookmarks",
        "history",
        "tabs",
        "storage",
        "clipboardWrite",
        "scripting",
        "gcm"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "19": "assets\/icons\/icon19.png",
            "38": "assets\/icons\/icon38.png"
        },
        "default_title": "Webtop.com",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "inputPasswordSelectDropdown.js",
                "passwordCreateSuggestionContent.js"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.desktop.com\/*",
            "*:\/\/*.webtop.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/fonts\/*.woff2"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "passwordSelect.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "passwordCreateSuggestion.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}