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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

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

crx प्रारूप में Webtop.com Browser Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}