Plutio
The Official Plutio Extension
ما هو Plutio؟
Plutio هو إضافة Chrome تم تطويرها بواسطة https://plutio.com، والميزة الرئيسية لها هي "The Official Plutio Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Plutio
قم بتنزيل ملفات الامتداد Plutio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } |