Plutio
The Official Plutio Extension
Hvad er Plutio?
Plutio er en Chrome-udvidelse udviklet af https://plutio.com, og dens hovedfunktion er "The Official Plutio Extension".
Udvidelsesskærmbilleder
Download Plutio-udvidelses-CRX-fil
Download Plutio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Create tasks and track time from your browser using this easy to use Plutio Official Extension.
Grundlæggende oplysninger om udvidelsen
Navn | Plutio |
ID | ihflmpjhkokbfgcjcamhpbibpccepmgp |
Officiel URL | https://chromewebstore.google.com/detail/plutio/ihflmpjhkokbfgcjcamhpbibpccepmgp |
Beskrivelse | The Official Plutio Extension |
Filstørrelse | 109 KB |
Antal Installationer | 988 |
Nuværende Version | 4.0 |
Senest Opdateret | 2020-09-23 |
Udgivelsesdato | 2020-08-21 |
Bedømmelse | 4.00/5 Samlet 5 Bedømmelser |
Udvikler | https://plutio.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.plutio.com/legal/privacy-policy |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Plutio", "description": "The Official Plutio Extension", "version": "4.0", "browser_action": { "default_icon": "plutio.png", "default_popup": "popup.html" }, "icons": { "16": "plutio16.png", "22": "plutio22.png", "32": "plutio32.png", "48": "plutio48.png", "128": "plutio128.png" }, "background": { "scripts": [ "liveTimer.js", "trackTime.js", "background.js" ], "persistent": false }, "permissions": [ "activeTab", "identity", "storage", "https:\/\/app.plutio.com\/signin\/authorize?app_id=CwtBod3Y8cXRAu4FZ", "https:\/\/www.plutio.com\/*", "https:\/\/www.app.plutio.com\/*" ] } |