UniVCX

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

¿Qué es UniVCX?

UniVCX es una extensión de Chrome desarrollada por ratpl, y su función principal es "Inline annotation and masking tool. Annotate text, images, or anything also mask details like balance, email id, mobile number, etc.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión UniVCX

Descarga archivos de extensión UniVCX en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre UniVCX UniVCX
ID gfjgfdkdedicihcjaillmdagjancmpej
URL Oficial https://chromewebstore.google.com/detail/univcx/gfjgfdkdedicihcjaillmdagjancmpej
Descripción Inline annotation and masking tool. Annotate text, images, or anything also mask details like balance, email id, mobile number, etc.
Tamaño del Archivo 361 KB
Cantidad de Instalaciones 18
Versión Actual 0.1.1
Última Actualización 2019-10-01
Fecha de Publicación 2019-10-01
Desarrollador ratpl
Tipo de Pago free
Idiomas Soportados 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:\/\/*\/"
    ]
}