Entelect TimeSheet Extension
Extension to give better styling to the Entelect TimeSheet system. Not endorsed by Entelect Solutions.
Entelect TimeSheet Extension क्या है?
Entelect TimeSheet Extension Jonathan Counihan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to give better styling to the Entelect TimeSheet system. Not endorsed by Entelect Solutions."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Entelect TimeSheet Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simple extension used to add extra functionality and style the Entelect Stylesheet website, for use by Entelect employees. Features include: * Bootstrap Styling * Better Layout * Character Counter * Project Selection Saving * Login Credential Saving This extension is not endorsed by Entelect Systems, and it was based on the hard work of Kyle de la Rey-Lategan (kyle at macabee dot me) who built the original GreaseMonkey script/Chrome Extension. Change Log ------------------------------------ 1.3.6 * Changed the entry date, duration and description to all be inline to give a more compact view. 1.3.5 * Fixed a bug with the loading of the project category, after the user had saved the project details. 1.3.3 * Initial public release.
एक्सटेंशन की मूल जानकारी
नाम | Entelect TimeSheet Extension |
ID | encbejoodjmaoalfdaigihcdkpmmbnkp |
आधिकारिक URL | https://chromewebstore.google.com/detail/entelect-timesheet-extens/encbejoodjmaoalfdaigihcdkpmmbnkp |
विवरण | Extension to give better styling to the Entelect TimeSheet system. Not endorsed by Entelect Solutions. |
फ़ाइल का आकार | 135 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 1.3.6 |
अंतिम अपडेट | 2013-11-25 |
प्रकाशन तिथि | 2013-11-25 |
डेवलपर | Jonathan Counihan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://www.counihan.co.za/privacy.txt |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Entelect TimeSheet Extension", "description": "Extension to give better styling to the Entelect TimeSheet system. Not endorsed by Entelect Solutions.", "version": "1.3.6", "icons": { "16": "img\/logo16.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "author": "Jonathan Counihan", "permissions": [ "http:\/\/time.entelect.co.za\/time\/" ], "content_scripts": [ { "matches": [ "http:\/\/time.entelect.co.za\/time\/*" ], "css": [ "css\/slimbox2.css", "css\/StyleSheetDefault.css" ], "js": [ "js\/jquery.min.js", "js\/script.js" ] } ], "web_accessible_resources": [ "img\/logo16.png", "img\/logo48.png", "img\/logo128.png", "img\/glyphicons-halflings.png", "img\/glyphicons-halflings-white.png", "img\/low_contrast_linen.png", "img\/slimbox\/loading.gif", "img\/slimbox\/nextlabel.gif", "img\/slimbox\/prevlabel.gif", "css\/StyleSheetDefault.css", "css\/slimbox2.css", "js\/jquery.min.js" ] } |