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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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": [
                ""
            ]
        }
    ]
}