Prism 2 Beauty
Shows in better way the information in your timesheet
Was ist Prism 2 Beauty?
Prism 2 Beauty ist eine Chrome-Erweiterung, die von Rolando Q entwickelt wurde, und ihr Hauptmerkmal ist "Shows in better way the information in your timesheet".
Erweiterungsscreenshots
Prism 2 Beauty-Erweiterungs-CRX-Datei herunterladen
Laden Sie Prism 2 Beauty-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Shows in better way the information in your timesheet + Performance increase
Grundlegende Informationen zur Erweiterung
Name | |
ID | hgjoccdpfjdelccakcmlefpnkljappac |
Offizielle URL | https://chromewebstore.google.com/detail/prism-2-beauty/hgjoccdpfjdelccakcmlefpnkljappac |
Beschreibung | Shows in better way the information in your timesheet |
Dateigröße | 58.76 KB |
Installationsanzahl | 30 |
Aktuelle Version | 1.1.4 |
Letztes Update | 2016-02-26 |
Veröffentlichungsdatum | 2016-02-26 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | Rolando Q |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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", " |