ServiceTrade Extender

Extend ServiceTrade with custom functionality.

ServiceTrade Extenderคืออะไร?

ServiceTrade Extender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chrome_developers และคุณลักษณะหลักของมันคือ "Extend ServiceTrade with custom functionality."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ServiceTrade Extender

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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": [
                ""
            ]
        }
    ]
}