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.
Eメール [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"
    ]
}