Dynamics CRM Rename downloads

Remove single quotes from file name (related to issue with chrome 72)

Dynamics CRM Rename downloads là gì?

Dynamics CRM Rename downloads là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Remove single quotes from file name (related to issue with chrome 72)".

Ả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 Dynamics CRM Rename downloads

Tải xuống các tệp mở rộng Dynamics CRM Rename downloads 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

                        there was an issue with dynamics crm that the downloaded reports or attachment have a single quote in the beginning and end of its name, which change the extension of the file, this plugin will simply remove the single quote.                    

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

Tên Dynamics CRM Rename downloads Dynamics CRM Rename downloads
ID elajgiibdjhcnabbdeimegnpbbpdkgai
URL Chính Thức https://chromewebstore.google.com/detail/dynamics-crm-rename-downl/elajgiibdjhcnabbdeimegnpbbpdkgai
Mô tả Remove single quotes from file name (related to issue with chrome 72)
Kích Thước Tệp 7.78 KB
Số Lần Cài Đặt 3,769
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2019-03-22
Ngày Phát Hành 2019-03-22
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynamics CRM Rename downloads",
    "description": "Remove single quotes from file name (related to issue with chrome 72)",
    "version": "0.1",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads"
    ],
    "content_security_policy": "script-src 'self'; default-src 'self'",
    "page_action": {
        "default_icon": {
            "16": "images\/pen16.png",
            "32": "images\/pen32.png",
            "48": "images\/pen48.png",
            "128": "images\/pen128.png"
        }
    },
    "manifest_version": 2
}