Polygon Scanner
GlobalLogic polygon scanner by Rostyslav Lesovyi
Qu'est-ce que Polygon Scanner ?
Polygon Scanner est une extension Chrome développée par www.matrix.dev, et sa fonction principale est "GlobalLogic polygon scanner by Rostyslav Lesovyi".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Polygon Scanner
Téléchargez les fichiers d'extension Polygon Scanner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Polygon Scanner |
ID | hekgggendkenkdbcbnpbmigmjekcbahe |
URL Officiel | https://chromewebstore.google.com/detail/polygon-scanner/hekgggendkenkdbcbnpbmigmjekcbahe |
Description | GlobalLogic polygon scanner by Rostyslav Lesovyi |
Taille du Fichier | 235 KB |
Nombre d'Installations | 43 |
Version Actuelle | 2.6.0 |
Dernière Mise à Jour | 2019-09-02 |
Date de Publication | 2019-09-02 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | www.matrix.dev |
Type de Paiement | free |
Site Web de l'Extension | http://matrixdev.github.com/PolygonScanner/ |
Langues Prises en Charge | 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:\/\/*\/*" ] } |