UniVCX

Inline annotation and masking tool. Annotate text, images, or anything also mask details like balance, email id, mobile number, etc.

Co je UniVCX?

UniVCX je rozšíření Chrome vyvinuté ratpl, a jeho hlavní funkcí je „Inline annotation and masking tool. Annotate text, images, or anything also mask details like balance, email id, mobile number, etc.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření UniVCX

Stáhněte si soubory rozšíření UniVCX 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í

                        UniVCX chrome extension is a simple and elegant tool to annotate and mask your browser window. It can help you while doing co-browsing session or recording informative video.
New UI/UX makes it easy to use and function. It comes with multiple functionality such as Text writing, free hand drawing, rectangle shapes, easy to erase, and much more.
You can also use it to perform Masking to hide some personal information such as Bank account numbers, Mobile numbers, email id, etc. However this feature comes with certain limitations.

To start UniVCX Chrome plugin Click on the Plugin Icon after installing that will appear on the Top Right Corner of your webpage. Once you click on the icon a small box will appear below the icon to control the plugin and Enable/Disable the features. 
To enable "Masking" Click on "enable masking toggle button".
To enable "Annotation" Click on "enable annotation toggle button". Now a controls box will appear with multiple tools which you can select to perform specific operations.

If your plugin doesn't start after installation please restart the chrome browser. And make sure to enable it only after visiting a web page else it would not start to work.

Note: UniVCX Chrome Extension only start to work when Document is loaded completely.

Version 0.1.1 ---
* Enable masking on whole website in single click.
* Added remove rules button to reset masking enabled websites.
* Added compressed bundle for fast loading

Version 0.1.0 ---
* Major UI/UX changes. 
* Faster performance while freeing up memory
* Back to the pointer tool added to resume the pointer events over page.
* Easy to use text tool.
* Removed copy, paste, select, cut and save functions.

Version 0.0.9 ---
* Improved masking function to find numbers on a webpage and replace them with * characters.                    

Základní Informace o Rozšíření

Název UniVCX UniVCX
ID gfjgfdkdedicihcjaillmdagjancmpej
Oficiální URL https://chromewebstore.google.com/detail/univcx/gfjgfdkdedicihcjaillmdagjancmpej
Popis Inline annotation and masking tool. Annotate text, images, or anything also mask details like balance, email id, mobile number, etc.
Velikost souboru 361 KB
Počet instalací 18
Aktuální Verze 0.1.1
Poslední Aktualizace 2019-10-01
Datum Vydání 2019-10-01
Vývojář ratpl
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UniVCX",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Inline annotation and masking tool. Annotate text, images, or anything also mask details like balance, email id, mobile number, etc.",
    "background": {
        "scripts": [
            "contrib\/chrome\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "scripts": []
    },
    "web_accessible_resources": [
        "css\/masking.css"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/masking.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery-ui.min.js",
                "js\/sweetalert.min.js",
                "js\/bootstrap.min.js",
                "js\/unichrome.bundle.min.js",
                "contrib\/chrome\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/logo\/16.png",
        "32": "img\/logo\/32.png",
        "48": "img\/logo\/48.png",
        "128": "img\/logo\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}