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
官方網址 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"
    ]
}