Ora - Easy links / Tasks / Search

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

What is Ora - Easy links / Tasks / Search?

Ora - Easy links / Tasks / Search is a Chrome extension developed by Ora PM Ltd., and its main feature is "Quickly add and search tasks in Ora.pm from any web page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Ora - Easy links / Tasks / Search Extension CRX File

Download Ora - Easy links / Tasks / Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Ora - Easy links / Tasks / Search Ora - Easy links / Tasks / Search
ID dgbnmiokjnaomdpnfbcbpfbmegejllen
Official URL https://chromewebstore.google.com/detail/ora-easy-links-tasks-sear/dgbnmiokjnaomdpnfbcbpfbmegejllen
Description Quickly add and search tasks in Ora.pm from any web page.
File Size 165 KB
Installation Count 128
Current Version 0.0.0.4
Last Updated 2022-11-09
Publish Date 2022-09-15
Rating 4.00/5 Total 4 Ratings
Developer Ora PM Ltd.
Email [email protected]
Payment Type free
Extension Website https://ora.pm
Help Page URL https://ora.pm
Privacy Policy Page URL https://ora.pm/privacy
Supported Languages 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"
    ]
}