ServiceTrade Extender

Extend ServiceTrade with custom functionality.

ServiceTrade Extender là gì?

ServiceTrade Extender là một tiện ích mở rộng Chrome được phát triển bởi chrome_developers, và tính năng chính của nó là "Extend ServiceTrade with custom functionality.".

Ả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 ServiceTrade Extender

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

                        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.                    

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

Tên ServiceTrade Extender ServiceTrade Extender
ID ddnkbfeommhpdnhhgmgoamloodndkofa
URL Chính Thức https://chromewebstore.google.com/detail/servicetrade-extender/ddnkbfeommhpdnhhgmgoamloodndkofa
Mô tả Extend ServiceTrade with custom functionality.
Kích Thước Tệp 1.93 MB
Số Lần Cài Đặt 1,593
Phiên Bản Hiện Tại 0.0.94
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2021-02-20
Nhà Phát Triển chrome_developers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.servicetrade.com
URL Trang Trợ Giúp https://support.servicetrade.com
URL Trang Chính Sách Bảo Mật https://app.servicetrade.com/auth/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}