Add to OmniFocus for Gmail

Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.

Add to OmniFocus for Gmail là gì?

Add to OmniFocus for Gmail là một tiện ích mở rộng Chrome được phát triển bởi https://schof.co, và tính năng chính của nó là "Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add to OmniFocus for Gmail

Tải xuống các tệp mở rộng Add to OmniFocus for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.

This extension works with the new Gmail as well as with the old Gmail interface. Support for the new Gmail UI is in beta, so please let us know if something isn't working correctly for you! You can reach us on: [email protected]

After installing, please reload any Gmail tabs you might have open, so that the button will show up.



Note: this extension is in no way affiliated or created by Omnigroup.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Add to OmniFocus for Gmail Add to OmniFocus for Gmail
ID ihgdbplidfgbloomplhlgncccbnpfdpm
URL Chính Thức https://chromewebstore.google.com/detail/add-to-omnifocus-for-gmai/ihgdbplidfgbloomplhlgncccbnpfdpm
Mô tả Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.
Kích Thước Tệp 53.15 KB
Số Lần Cài Đặt 1,052
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2020-07-09
Ngày Phát Hành 2019-07-22
Đánh Giá 3.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://schof.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://schof.co
URL Trang Trợ Giúp https://schof.co/?utm_source=gmail-omnifocus
URL Trang Chính Sách Bảo Mật https://infowijs.nl/privacy?r=google-webstore
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to OmniFocus for Gmail",
    "short_name": "OmniFocus",
    "version": "1.1.2",
    "description": "Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "content.js",
        "main.js",
        "vendor.js"
    ],
    "manifest_version": 2
}