Ora - Easy links / Tasks / Search

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

Qu'est-ce que Ora - Easy links / Tasks / Search ?

Ora - Easy links / Tasks / Search est une extension Chrome développée par Ora PM Ltd., et sa fonction principale est "Quickly add and search tasks in Ora.pm from any web page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ora - Easy links / Tasks / Search

Téléchargez les fichiers d'extension Ora - Easy links / Tasks / Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ora - Easy links / Tasks / Search Ora - Easy links / Tasks / Search
ID dgbnmiokjnaomdpnfbcbpfbmegejllen
URL Officiel https://chromewebstore.google.com/detail/ora-easy-links-tasks-sear/dgbnmiokjnaomdpnfbcbpfbmegejllen
Description Quickly add and search tasks in Ora.pm from any web page.
Taille du Fichier 165 KB
Nombre d'Installations 128
Version Actuelle 0.0.0.4
Dernière Mise à Jour 2022-11-09
Date de Publication 2022-09-15
Évaluation 4.00/5 Total 4 Évaluations
Développeur Ora PM Ltd.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ora.pm
URL de la Page d'Aide https://ora.pm
URL de la Page de Politique de Confidentialité https://ora.pm/privacy
Langues Prises en Charge 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"
    ]
}