Dynamics apostrophe fixer

Removes apostrophes from files/attachments

什麼是Dynamics apostrophe fixer?

Dynamics apostrophe fixer是由Matt Weber開發的Chrome擴展程式,該擴展的主要功能是“Removes apostrophes from files/attachments”。

擴展截圖

screenshot

下載Dynamics apostrophe fixer擴展crx文件

下載Dynamics apostrophe fixer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Removes leading and trailing apostrophes from saved files/attachments obtained in Dynamics 365 CRM.                    

擴展基本資訊

名稱 Dynamics apostrophe fixer Dynamics apostrophe fixer
ID jnamlhmdpgbfdnjchoifdkgnlofklfbm
官方網址 https://chromewebstore.google.com/detail/dynamics-apostrophe-fixer/jnamlhmdpgbfdnjchoifdkgnlofklfbm
簡介 Removes apostrophes from files/attachments
檔案大小 5.26 KB
安裝次數 114
目前版本 1.1
更新時間 2019-08-01
上架時間 2019-08-01
評分 5.00/5 共 1 次評分
開發者 Matt Weber
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynamics apostrophe fixer",
    "description": "Removes apostrophes from files\/attachments",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads"
    ],
    "content_security_policy": "script-src 'self'; default-src 'self'",
    "manifest_version": 2
}