UniVCX

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

Τι είναι το UniVCX;

Το UniVCX είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ratpl, και η κύρια λειτουργία του είναι "Inline annotation and masking tool. Annotate text, images, or anything also mask details like balance, email id, mobile number, etc.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης UniVCX

Λήψη αρχείων επέκτασης UniVCX σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα UniVCX UniVCX
ID gfjgfdkdedicihcjaillmdagjancmpej
Επίσημο URL https://chromewebstore.google.com/detail/univcx/gfjgfdkdedicihcjaillmdagjancmpej
Περιγραφή Inline annotation and masking tool. Annotate text, images, or anything also mask details like balance, email id, mobile number, etc.
Μέγεθος Αρχείου 361 KB
Αριθμός Εγκαταστάσεων 18
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2019-10-01
Ημερομηνία Δημοσίευσης 2019-10-01
Προγραμματιστής ratpl
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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:\/\/*\/"
    ]
}