Ora - Easy links / Tasks / Search

Quickly add and search tasks in Ora.pm from any web page.

ما هو Ora - Easy links / Tasks / Search؟

Ora - Easy links / Tasks / Search هو إضافة Chrome تم تطويرها بواسطة Ora PM Ltd.، والميزة الرئيسية لها هي "Quickly add and search tasks in Ora.pm from any web page.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Ora - Easy links / Tasks / Search

قم بتنزيل ملفات الامتداد Ora - Easy links / Tasks / Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Ora.pm reinvents how you manage work, tasks and your team. With the official chrome extension you can boost your productivity even more.

QUICKLY ADD TASKS
Add tasks in Ora and optionally add a link to the current page. 
Assign the newly created tasks to yourself or a team member. 
Choose any project and any list straight from the extension.

QUICK FIND TASKS
Select a project and search for a task by id or task title.
Open this task in a new window or add current page as link the the task you found. 

QUICK LINK
Search and add a link or create a new task from the current webpage you visit.                    

معلومات أساسية عن التمديد

الاسم Ora - Easy links / Tasks / Search Ora - Easy links / Tasks / Search
ID dgbnmiokjnaomdpnfbcbpfbmegejllen
عنوان URL الرسمي https://chromewebstore.google.com/detail/ora-easy-links-tasks-sear/dgbnmiokjnaomdpnfbcbpfbmegejllen
الوصف Quickly add and search tasks in Ora.pm from any web page.
حجم الملف 165 KB
عدد التثبيتات 128
النسخة الحالية 0.0.0.4
آخر تحديث 2022-11-09
تاريخ النشر 2022-09-15
تقييم 4.00/5 مجموع تقييمات 4
المطور Ora PM Ltd.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ora.pm
عنوان صفحة المساعدة https://ora.pm
عنوان صفحة سياسة الخصوصية https://ora.pm/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "Quickly add and search tasks in Ora.pm from any web page.",
    "name": "Ora - Easy links \/ Tasks \/ Search",
    "version": "0.0.0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "ora-pm-logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}