Ora - Easy links / Tasks / Search

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

Cos'è Ora - Easy links / Tasks / Search?

Ora - Easy links / Tasks / Search è un'estensione di Chrome sviluppata da Ora PM Ltd., e la sua funzione principale è "Quickly add and search tasks in Ora.pm from any web page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Ora - Easy links / Tasks / Search

Scarica i file di estensione Ora - Easy links / Tasks / Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ora - Easy links / Tasks / Search Ora - Easy links / Tasks / Search
ID dgbnmiokjnaomdpnfbcbpfbmegejllen
URL Ufficiale https://chromewebstore.google.com/detail/ora-easy-links-tasks-sear/dgbnmiokjnaomdpnfbcbpfbmegejllen
Descrizione Quickly add and search tasks in Ora.pm from any web page.
Dimensione del File 165 KB
Conteggio Installazioni 128
Versione Corrente 0.0.0.4
Ultimo Aggiornamento 2022-11-09
Data di Pubblicazione 2022-09-15
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Ora PM Ltd.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ora.pm
URL della Pagina di Aiuto https://ora.pm
URL della Pagina della Politica sulla Privacy https://ora.pm/privacy
Lingue Supportate 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"
    ]
}