UniVCX

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

Hvad er UniVCX?

UniVCX er en Chrome-udvidelse udviklet af ratpl, og dens hovedfunktion er "Inline annotation and masking tool. Annotate text, images, or anything also mask details like balance, email id, mobile number, etc.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download UniVCX-udvidelses-CRX-fil

Download UniVCX-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn UniVCX UniVCX
ID gfjgfdkdedicihcjaillmdagjancmpej
Officiel URL https://chromewebstore.google.com/detail/univcx/gfjgfdkdedicihcjaillmdagjancmpej
Beskrivelse Inline annotation and masking tool. Annotate text, images, or anything also mask details like balance, email id, mobile number, etc.
Filstørrelse 361 KB
Antal Installationer 18
Nuværende Version 0.1.1
Senest Opdateret 2019-10-01
Udgivelsesdato 2019-10-01
Udvikler ratpl
Betalingsmetode free
Understøttede Sprog 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:\/\/*\/"
    ]
}