Polygon Scanner

GlobalLogic polygon scanner by Rostyslav Lesovyi

What is Polygon Scanner?

Polygon Scanner is a Chrome extension developed by www.matrix.dev, and its main feature is "GlobalLogic polygon scanner by Rostyslav Lesovyi".

Extension Screenshots

screenshot

Download Polygon Scanner Extension CRX File

Download Polygon Scanner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Hate to check you time twice a month with polygon?
Hate to convert readable date format to stupid Oracle format?
Want an easy way to verify your team members oracle time before approving it?

Try Polygon Scanner, an open source Google Chrome plugin :)

And yes, it's an open-source project:
https://github.com/MatrixDev/PolygonScanner                    

Extension Basic Information

Name Polygon Scanner Polygon Scanner
ID hekgggendkenkdbcbnpbmigmjekcbahe
Official URL https://chromewebstore.google.com/detail/polygon-scanner/hekgggendkenkdbcbnpbmigmjekcbahe
Description GlobalLogic polygon scanner by Rostyslav Lesovyi
File Size 235 KB
Installation Count 43
Current Version 2.6.0
Last Updated 2019-09-02
Publish Date 2019-09-02
Rating 4.50/5 Total 4 Ratings
Developer www.matrix.dev
Payment Type free
Extension Website http://matrixdev.github.com/PolygonScanner/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Polygon Scanner",
    "version": "2.6.0",
    "description": "GlobalLogic polygon scanner by Rostyslav Lesovyi",
    "icons": {
        "16": "img\/logo_16.png",
        "32": "img\/logo_32.png",
        "48": "img\/logo_48.png",
        "64": "img\/logo_64.png",
        "128": "img\/logo_128.png",
        "256": "img\/logo_256.png"
    },
    "background": {
        "scripts": [
            "js\/jquery\/jquery.tools.min.js",
            "js\/core\/gl.js",
            "js\/core\/db.js",
            "js\/core\/api.js",
            "js\/core\/user.js",
            "js\/core\/version.js",
            "js\/core\/location.js",
            "js\/utils\/base64.js",
            "js\/utils\/sprintf.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "css\/images\/ui-bg_flat_0_aaaaaa_40x100.png",
        "css\/images\/ui-bg_flat_75_ffffff_40x100.png",
        "css\/images\/ui-bg_glass_55_fbf9ee_1x400.png",
        "css\/images\/ui-bg_glass_65_ffffff_1x400.png",
        "css\/images\/ui-bg_glass_75_dadada_1x400.png",
        "css\/images\/ui-bg_glass_75_e6e6e6_1x400.png",
        "css\/images\/ui-bg_glass_95_fef1ec_1x400.png",
        "css\/images\/ui-bg_highlight-soft_75_cccccc_1x100.png",
        "css\/images\/ui-icons_222222_256x240.png",
        "css\/images\/ui-icons_2e83ff_256x240.png",
        "css\/images\/ui-icons_454545_256x240.png",
        "css\/images\/ui-icons_888888_256x240.png",
        "css\/images\/ui-icons_cd0a0a_256x240.png",
        "css\/jquery-tools\/dateinput-next.gif",
        "css\/jquery-tools\/dateinput-prev.gif",
        "css\/jquery-tools\/tooltip-black-arrow.png",
        "img\/left.png",
        "img\/refresh.png",
        "img\/right.png",
        "img\/close.png",
        "img\/at_work.png",
        "img\/go.png",
        "img\/pen.png",
        "img\/loading.gif",
        "img\/reload.png",
        "img\/edit.png",
        "img\/search.png",
        "img\/plus.png",
        "img\/minus.png"
    ],
    "browser_action": {
        "default_icon": "img\/logo_16.png",
        "default_title": "Scan polygon"
    },
    "permissions": [
        "tabs",
        "http:\/\/portal-ua.globallogic.com\/polygon-lviv\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}