Prism 2 Beauty
Shows in better way the information in your timesheet
Vad är Prism 2 Beauty?
Prism 2 Beauty är en Chrome-tillägg utvecklad av Rolando Q, och dess huvudfunktion är "Shows in better way the information in your timesheet".
Tilläggsskärmbilder
Ladda ner Prism 2 Beauty-förlängningens CRX-fil
Ladda ner Prism 2 Beauty-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Shows in better way the information in your timesheet + Performance increase
Grundläggande Information om Tillägg
Namn | |
ID | hgjoccdpfjdelccakcmlefpnkljappac |
Officiell webbadress | https://chromewebstore.google.com/detail/prism-2-beauty/hgjoccdpfjdelccakcmlefpnkljappac |
Beskrivning | Shows in better way the information in your timesheet |
Filstorlek | 58.76 KB |
Antal Installationer | 30 |
Aktuell Version | 1.1.4 |
Senast Uppdaterad | 2016-02-26 |
Publiceringsdatum | 2016-02-26 |
Betyg | 5.00/5 Totalt 7 Betyg |
Utvecklare | Rolando Q |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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", " |