SmartGMAIL Patch

Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.

SmartGMAIL Patch là gì?

SmartGMAIL Patch là một tiện ích mở rộng Chrome được phát triển bởi https://www.smartthing.org, và tính năng chính của nó là "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.".

Ả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 SmartGMAIL Patch

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

                                            

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

Tên SmartGMAIL Patch SmartGMAIL Patch
ID hejcfkngjnkldnopakhhkmngdkcigogm
URL Chính Thức https://chromewebstore.google.com/detail/smartgmail-patch/hejcfkngjnkldnopakhhkmngdkcigogm
Mô tả Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.
Kích Thước Tệp 3.91 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2017-03-22
Ngày Phát Hành 2017-03-22
Nhà Phát Triển https://www.smartthing.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.smartthing.org/portfolio/smartgmail/
URL Trang Trợ Giúp http://support.smartthing.org
URL Trang Chính Sách Bảo Mật https://www.smartthing.org/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SmartGMAIL Patch",
    "version": "1.4",
    "description": "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.google.com\/mail\/*",
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "smartgmail.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "smartgmail-user.js"
    ]
}