Ora - Easy links / Tasks / Search

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

Was ist Ora - Easy links / Tasks / Search?

Ora - Easy links / Tasks / Search ist eine Chrome-Erweiterung, die von Ora PM Ltd. entwickelt wurde, und ihr Hauptmerkmal ist "Quickly add and search tasks in Ora.pm from any web page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Ora - Easy links / Tasks / Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ora - Easy links / Tasks / Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Ora - Easy links / Tasks / Search Ora - Easy links / Tasks / Search
ID dgbnmiokjnaomdpnfbcbpfbmegejllen
Offizielle URL https://chromewebstore.google.com/detail/ora-easy-links-tasks-sear/dgbnmiokjnaomdpnfbcbpfbmegejllen
Beschreibung Quickly add and search tasks in Ora.pm from any web page.
Dateigröße 165 KB
Installationsanzahl 128
Aktuelle Version 0.0.0.4
Letztes Update 2022-11-09
Veröffentlichungsdatum 2022-09-15
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler Ora PM Ltd.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ora.pm
Hilfeseite URL https://ora.pm
URL der Datenschutzrichtlinien-Seite https://ora.pm/privacy
Unterstützte Sprachen 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"
    ]
}