Polygon Scanner

GlobalLogic polygon scanner by Rostyslav Lesovyi

Wat is Polygon Scanner?

Polygon Scanner is een Chrome-extensie ontwikkeld door www.matrix.dev, en de belangrijkste functie is "GlobalLogic polygon scanner by Rostyslav Lesovyi".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Polygon Scanner

Download Polygon Scanner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Polygon Scanner Polygon Scanner
ID hekgggendkenkdbcbnpbmigmjekcbahe
Officiële URL https://chromewebstore.google.com/detail/polygon-scanner/hekgggendkenkdbcbnpbmigmjekcbahe
Beschrijving GlobalLogic polygon scanner by Rostyslav Lesovyi
Bestandsgrootte 235 KB
Aantal Installaties 43
Huidige Versie 2.6.0
Laatst Bijgewerkt 2019-09-02
Publicatiedatum 2019-09-02
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar www.matrix.dev
Betalingswijze free
Extensiewebsite http://matrixdev.github.com/PolygonScanner/
Ondersteunde Talen 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:\/\/*\/*"
    ]
}