Ora - Easy links / Tasks / Search

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

Wat is Ora - Easy links / Tasks / Search?

Ora - Easy links / Tasks / Search is een Chrome-extensie ontwikkeld door Ora PM Ltd., en de belangrijkste functie is "Quickly add and search tasks in Ora.pm from any web page.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ora - Easy links / Tasks / Search

Download Ora - Easy links / Tasks / Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Ora - Easy links / Tasks / Search Ora - Easy links / Tasks / Search
ID dgbnmiokjnaomdpnfbcbpfbmegejllen
Officiële URL https://chromewebstore.google.com/detail/ora-easy-links-tasks-sear/dgbnmiokjnaomdpnfbcbpfbmegejllen
Beschrijving Quickly add and search tasks in Ora.pm from any web page.
Bestandsgrootte 165 KB
Aantal Installaties 128
Huidige Versie 0.0.0.4
Laatst Bijgewerkt 2022-11-09
Publicatiedatum 2022-09-15
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Ora PM Ltd.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ora.pm
Help Pagina-URL https://ora.pm
URL van de Privacybeleid Pagina https://ora.pm/privacy
Ondersteunde Talen 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"
    ]
}