Ora - Easy links / Tasks / Search

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

什么是Ora - Easy links / Tasks / Search?

Ora - Easy links / Tasks / Search是由Ora PM Ltd.开发的Chrome扩展程序,该扩展的主要功能是“Quickly add and search tasks in Ora.pm from any web page.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Ora - Easy links / Tasks / Search扩展crx文件

下载Ora - Easy links / Tasks / Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Ora - Easy links / Tasks / Search Ora - Easy links / Tasks / Search
ID dgbnmiokjnaomdpnfbcbpfbmegejllen
官方URL https://chromewebstore.google.com/detail/ora-easy-links-tasks-sear/dgbnmiokjnaomdpnfbcbpfbmegejllen
简介 Quickly add and search tasks in Ora.pm from any web page.
文件大小 165 KB
安装次数 128
当前版本 0.0.0.4
更新时间 2022-11-09
上架时间 2022-09-15
评分 4.00/5 共4次评分
开发者 Ora PM Ltd.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ora.pm
帮助页面URL https://ora.pm
隐私政策页面URL https://ora.pm/privacy
支持的语言 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"
    ]
}