Freework Time Tracking & Task Management
Extends the Freework Web-App to track your Time and manage your Timesheet from the Browser!
Co je Freework Time Tracking & Task Management?
Freework Time Tracking & Task Management je rozšíření Chrome vyvinuté https://freework.com, a jeho hlavní funkcí je „Extends the Freework Web-App to track your Time and manage your Timesheet from the Browser!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Freework Time Tracking & Task Management
Stáhněte si soubory rozšíření Freework Time Tracking & Task Management ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Freework is where your digital HQ lives. It's the place to connect everyone in projects so teams can deliver better results, faster. Freework aims to streamline the management of teams and projects for businesses, in order to simplify and speed up the planning and supervision of projects. We enable project based companies to work even more efficiently and easily - with one product. - Timesheet Management, Task Management, Time Tracking (Chrome, Jira, Notion) - Invoicing, Payment - Personal Dashboard - Company Dashboard - Reports - Budget Tracking - Client Management - Project Management
Základní Informace o Rozšíření
Název | Freework Time Tracking & Task Management |
ID | kddocfenemhhkigcidkeleheclmkhhnh |
Oficiální URL | https://chromewebstore.google.com/detail/freework-time-tracking-ta/kddocfenemhhkigcidkeleheclmkhhnh |
Popis | Extends the Freework Web-App to track your Time and manage your Timesheet from the Browser! |
Velikost souboru | 2.22 MB |
Počet instalací | 22 |
Aktuální Verze | 1.6.3 |
Poslední Aktualizace | 2022-05-09 |
Datum Vydání | 2021-12-15 |
Hodnocení | 5.00/5 Celkem 11 Hodnocení |
Vývojář | https://freework.com |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://freework.com/privacy-policy |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Freework Time Tracking & Task Management", "description": "Extends the Freework Web-App to track your Time and manage your Timesheet from the Browser!", "version": "1.6.3", "manifest_version": 3, "permissions": [ "storage", "contextMenus", "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "inject-task-create.esm.js" ], "all_frames": true }, { "matches": [ "*:\/\/*.atlassian.net\/*" ], "js": [ "jira.esm.js" ], "all_frames": true } ], "action": { "default_popup": "index.html", "default_title": "Freework" }, "icons": { "16": "\/assets\/16.png", "48": "\/assets\/48.png", "128": "\/assets\/128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.esm.js" }, "web_accessible_resources": [ { "resources": [ "task-create.html", "assets\/fonts\/SFProText-Bold.ttf", "assets\/fonts\/SFProText-Regular.ttf", "assets\/fonts\/SFProText-Semibold.ttf" ], "matches": [ " |