Asana Extension
With this extension you can see your incomplete tasks, mark them as complete and add new tasks.
ما هو Asana Extension؟
Asana Extension هو إضافة Chrome تم تطويرها بواسطة Nuno، والميزة الرئيسية لها هي "With this extension you can see your incomplete tasks, mark them as complete and add new tasks.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Asana Extension
قم بتنزيل ملفات الامتداد Asana Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
In version 1.0.6 you can: 1) View your incomplete tasks; 2) Mark task as complete; 3) Add new task; 4) Quick link to go to asana.com; The extension code is available at https://github.com/nunovinhas/asana-chrome-extension feel free to contribute.
معلومات أساسية عن التمديد
الاسم | Asana Extension |
ID | oheaeephldhdnlglpkgigmlcjcieojfd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/asana-extension/oheaeephldhdnlglpkgigmlcjcieojfd |
الوصف | With this extension you can see your incomplete tasks, mark them as complete and add new tasks. |
حجم الملف | 130 KB |
عدد التثبيتات | 2,278 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2013-04-20 |
تاريخ النشر | 2013-04-19 |
تقييم | 3.59/5 مجموع تقييمات 32 |
المطور | Nuno |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "browser_action": { "default_icon": "assets\/asanaSmallLogin.png", "default_popup": "popup.html", "default_title": "Asana" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "With this extension you can see your incomplete tasks, mark them as complete and add new tasks.", "background": "background.html", "name": "Asana Extension", "permissions": [ "tabs", "*:\/\/*\/*", "cookies", "*:\/\/*.asana.com\/*", "*:\/\/localhost.org\/*" ], "minimum_chrome_version": "16", "icons": { "48": "assets\/icon48.png", "128": "assets\/icon128.png", "16": "assets\/icon16.png" }, "content_scripts": [ { "matches": [ " |