UniVCX

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

Cos'è UniVCX?

UniVCX è un'estensione di Chrome sviluppata da ratpl, e la sua funzione principale è "Inline annotation and masking tool. Annotate text, images, or anything also mask details like balance, email id, mobile number, etc.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione UniVCX

Scarica i file di estensione UniVCX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome UniVCX UniVCX
ID gfjgfdkdedicihcjaillmdagjancmpej
URL Ufficiale https://chromewebstore.google.com/detail/univcx/gfjgfdkdedicihcjaillmdagjancmpej
Descrizione Inline annotation and masking tool. Annotate text, images, or anything also mask details like balance, email id, mobile number, etc.
Dimensione del File 361 KB
Conteggio Installazioni 18
Versione Corrente 0.1.1
Ultimo Aggiornamento 2019-10-01
Data di Pubblicazione 2019-10-01
Sviluppatore ratpl
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/"
    ]
}