Prism 2 Beauty
Shows in better way the information in your timesheet
Wat is Prism 2 Beauty?
Prism 2 Beauty is een Chrome-extensie ontwikkeld door Rolando Q, en de belangrijkste functie is "Shows in better way the information in your timesheet".
Extensie Screenshots
Download het CRX-bestand van de extensie Prism 2 Beauty
Download Prism 2 Beauty-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
Shows in better way the information in your timesheet + Performance increase
Basisinformatie over de Extensie
Naam | |
ID | hgjoccdpfjdelccakcmlefpnkljappac |
Officiële URL | https://chromewebstore.google.com/detail/prism-2-beauty/hgjoccdpfjdelccakcmlefpnkljappac |
Beschrijving | Shows in better way the information in your timesheet |
Bestandsgrootte | 58.76 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.1.4 |
Laatst Bijgewerkt | 2016-02-26 |
Publicatiedatum | 2016-02-26 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Rolando Q |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prism 2 Beauty", "short_name": "Prism2Beauty", "description": "Shows in better way the information in your timesheet", "icons": { "16": "beauty.png", "24": "beauty.png", "48": "beauty.png", "128": "beauty.png", "19": "beauty.png", "38": "beauty.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "js": [ "jquery.js", "app.js", "vcheck.js" ], "all_frames": true, "runAt": "document_end" } ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "notifications", " |