ServiceTrade Extender
Extend ServiceTrade with custom functionality.
什么是ServiceTrade Extender?
ServiceTrade Extender是由chrome_developers开发的Chrome扩展程序,该扩展的主要功能是“Extend ServiceTrade with custom functionality.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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": [ " |