Chrometa Browser Extension

A minimal extension which demonstrates how to create a extension with Gmail.JS and NodeJS-based bundling.

Chrometa Browser Extension là gì?

Chrometa Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.chrometa.com, và tính năng chính của nó là "A minimal extension which demonstrates how to create a extension with Gmail.JS and NodeJS-based bundling.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chrometa Browser Extension

Tải xuống các tệp mở rộng Chrometa Browser Extension 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

                        The Chrometa Gmail Plugin for Google Chrome will help you capture and make sense of your Gmail based email time more accurately and efficiently.  

By installing this plugin, Chrometa will be able to pull the To/From address and Subject line information for all emails you read, compose, and reply to. 

Chrometa is an automatic time tracking software that automatically captures and categorizes your time - without the need to manually enter anything into the computer as you work.                    

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

Tên Chrometa Browser Extension Chrometa Browser Extension
ID oddgmebjfbcgbpooakegghmjgfmahjgb
URL Chính Thức https://chromewebstore.google.com/detail/chrometa-browser-extensio/oddgmebjfbcgbpooakegghmjgfmahjgb
Mô tả A minimal extension which demonstrates how to create a extension with Gmail.JS and NodeJS-based bundling.
Kích Thước Tệp 3.21 MB
Số Lần Cài Đặt 127
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-12-18
Ngày Phát Hành 2021-02-27
Nhà Phát Triển https://www.chrometa.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://chrometa.zendesk.com/hc/en-us
URL Trang Chính Sách Bảo Mật https://www.chrometa.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrometa Browser Extension",
    "short_name": "chrometabrowserextension",
    "version": "1.0",
    "author": "Jeremy Demain ",
    "description": "A minimal extension which demonstrates how to create a extension with Gmail.JS and NodeJS-based bundling.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/extensionInjector.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "dist\/extension.js"
    ],
    "permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/Chrometa 16x16.png",
        "32": "images\/Chrometa 32x32.png",
        "48": "images\/Chrometa 48x48.png",
        "128": "images\/Chrometa 128x128.png"
    }
}