Ora - Easy links / Tasks / Search

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

Co to jest Ora - Easy links / Tasks / Search?

Ora - Easy links / Tasks / Search to rozszerzenie Chrome opracowane przez Ora PM Ltd., a jego główną funkcją jest „Quickly add and search tasks in Ora.pm from any web page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Ora - Easy links / Tasks / Search

Pobierz pliki rozszerzeń Ora - Easy links / Tasks / Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Ora - Easy links / Tasks / Search Ora - Easy links / Tasks / Search
ID dgbnmiokjnaomdpnfbcbpfbmegejllen
Oficjalny URL https://chromewebstore.google.com/detail/ora-easy-links-tasks-sear/dgbnmiokjnaomdpnfbcbpfbmegejllen
Opis Quickly add and search tasks in Ora.pm from any web page.
Rozmiar pliku 165 KB
Liczba instalacji 128
Aktualna Wersja 0.0.0.4
Ostatnia Aktualizacja 2022-11-09
Data Publikacji 2022-09-15
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper Ora PM Ltd.
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ora.pm
Adres URL Strony Pomocy https://ora.pm
Adres URL Strony Polityki Prywatności https://ora.pm/privacy
Obsługiwane Języki 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"
    ]
}