ServiceTrade Extender

Extend ServiceTrade with custom functionality.

什麼是ServiceTrade Extender?

ServiceTrade Extender是由chrome_developers開發的Chrome擴展程式,該擴展的主要功能是“Extend ServiceTrade with custom functionality.”。

擴展截圖

screenshot

下載ServiceTrade Extender擴展crx文件

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

擴展使用說明

                        This extension allows users to extend the core functionality of our application with new features, such as the ability to populate Service Link, Quote Link, and Invoice Link Subjects and Messages with email templates pulled from an Airtable account.                    

擴展基本資訊

名稱 ServiceTrade Extender ServiceTrade Extender
ID ddnkbfeommhpdnhhgmgoamloodndkofa
官方網址 https://chromewebstore.google.com/detail/servicetrade-extender/ddnkbfeommhpdnhhgmgoamloodndkofa
簡介 Extend ServiceTrade with custom functionality.
檔案大小 1.93 MB
安裝次數 1,593
目前版本 0.0.94
更新時間 2024-03-01
上架時間 2021-02-20
開發者 chrome_developers
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.servicetrade.com
說明頁面URL https://support.servicetrade.com
隱私政策頁面URL https://app.servicetrade.com/auth/privacypolicy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ServiceTrade Extender",
    "description": "Extend ServiceTrade with custom functionality.",
    "options_page": "options.html",
    "version": "0.0.94",
    "icons": {
        "128": "images\/st_logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.servicetrade.com\/*",
                "*:\/\/*.compute-1.amazonaws.com\/*"
            ],
            "css": [
                "styles\/modal.css",
                "styles\/select2.min.css",
                "styles\/animate.min.css",
                "styles\/aria-autocomplete.css",
                "styles\/toastui-editor.min.css",
                "styles\/extender.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/rangy\/rangy-core.js",
                "bower_components\/rangy\/rangy-classapplier.js",
                "bower_components\/undo\/undo.js",
                "js\/imports\/utils.js",
                "js\/imports\/job.js",
                "js\/imports\/airtable.js",
                "js\/imports\/tag.js",
                "js\/imports\/doublebook.js",
                "js\/imports\/avalara.js",
                "js\/imports\/dispatch.js",
                "js\/imports\/invoice.js",
                "js\/imports\/customfields.js",
                "js\/imports\/quote.js",
                "js\/imports\/serviceChannel.js",
                "js\/imports\/common.js",
                "js\/imports\/smart.js",
                "js\/imports\/contract.js",
                "js\/imports\/location.js",
                "js\/imports\/service_opportunities.js",
                "js\/medium.js",
                "js\/select2.min.js",
                "bower_components\/medium-editor\/dist\/js\/medium-editor.js",
                "js\/insertTemplate.js",
                "js\/toastui-editor-all.min.js",
                "js\/aria-autocomplete.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.servicetrade.com\/",
        "*:\/\/*.compute-1.amazonaws.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/refreshAppts.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}