Plutio
The Official Plutio Extension
Plutioคืออะไร?
Plutio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://plutio.com และคุณลักษณะหลักของมันคือ "The Official Plutio Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plutio
ดาวน์โหลดไฟล์ส่วนขยาย Plutio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create tasks and track time from your browser using this easy to use Plutio Official Extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Plutio |
ID | ihflmpjhkokbfgcjcamhpbibpccepmgp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/plutio/ihflmpjhkokbfgcjcamhpbibpccepmgp |
คำอธิบาย | The Official Plutio Extension |
ขนาดไฟล์ | 109 KB |
จำนวนการติดตั้ง | 988 |
เวอร์ชันปัจจุบัน | 4.0 |
อัปเดตครั้งล่าสุด | 2020-09-23 |
วันที่เผยแพร่ | 2020-08-21 |
คะแนน | 4.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://plutio.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.plutio.com/legal/privacy-policy |
ภาษาที่รองรับ | 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\/*" ] } |