Timely
Reminds you to fill your time sheet timely
Timely क्या है?
Timely Vikash Verma द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reminds you to fill your time sheet timely"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Timely एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Timely(alpha) ------ Set your reminder notification. Developers: Vikash/vikashkv@thoughtworks.com Maynak/mayanksh@thoughtworks.com
एक्सटेंशन की मूल जानकारी
नाम | |
ID | icmmcpelhmpfaoiaoaalioomncmddafm |
आधिकारिक URL | https://chromewebstore.google.com/detail/timely/icmmcpelhmpfaoiaoaalioomncmddafm |
विवरण | Reminds you to fill your time sheet timely |
फ़ाइल का आकार | 1.37 MB |
स्थापना संख्या | 11 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2016-12-20 |
प्रकाशन तिथि | 2016-12-19 |
डेवलपर | Vikash Verma |
ईमेल | vermavikash014@gmail.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timely", "description": "Reminds you to fill your time sheet timely", "version": "1.2", "icons": { "128": "app\/images\/tw128x128.png", "16": "app\/images\/tw16x16.png", "48": "app\/images\/tw48x48.png" }, "content_scripts": [ { "matches": [ "https:\/\/pse.na32.visual.force.com\/apex\/PSATimecardEntry", "https:\/\/pse.na32.visual.force.com\/apex\/*" ], "js": [ "jquery.min.js", "autofill.js" ], "css": [] } ], "page_action": { "default_icon": "app\/images\/tw128x128.png", "default_popup": "app\/index.html", "default_title": "Timely" }, "options_ui": { "page": "app\/index.html", "chrome_style": true, "open_in_tab": true }, "background": { "scripts": [ "context.js" ] }, "permissions": [ "contextMenus", "storage", "tabs", "activeTab", "alarms", "notifications", "windows", "http:\/\/*\/", "https:\/\/*\/", "*:\/\/timely-d13ef.firebaseio.com\/*", "https:\/\/timely-d13ef.firebaseio.com\/.lp?start=t&ser=1653466&cb=15&v=5" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |