Plutio
The Official Plutio Extension
Vad är Plutio?
Plutio är en Chrome-tillägg utvecklad av https://plutio.com, och dess huvudfunktion är "The Official Plutio Extension".
Tilläggsskärmbilder
Ladda ner Plutio-förlängningens CRX-fil
Ladda ner Plutio-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
Create tasks and track time from your browser using this easy to use Plutio Official Extension. Grundläggande Information om Tillägg
| Namn | |
| ID | ihflmpjhkokbfgcjcamhpbibpccepmgp |
| Officiell webbadress | https://chromewebstore.google.com/detail/plutio/ihflmpjhkokbfgcjcamhpbibpccepmgp |
| Beskrivning | The Official Plutio Extension |
| Filstorlek | 109 KB |
| Antal Installationer | 988 |
| Aktuell Version | 4.0 |
| Senast Uppdaterad | 2020-09-23 |
| Publiceringsdatum | 2020-08-21 |
| Betyg | 4.00/5 Totalt 5 Betyg |
| Utvecklare | https://plutio.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.plutio.com/legal/privacy-policy |
| Stödda Språk | 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\/*"
]
} | |