ServiceTrade Extender
Extend ServiceTrade with custom functionality.
What is ServiceTrade Extender?
ServiceTrade Extender is a Chrome extension developed by chrome_developers, and its main feature is "Extend ServiceTrade with custom functionality.".
Extension Screenshots
Download ServiceTrade Extender Extension CRX File
Download ServiceTrade Extender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ddnkbfeommhpdnhhgmgoamloodndkofa |
Official URL | https://chromewebstore.google.com/detail/servicetrade-extender/ddnkbfeommhpdnhhgmgoamloodndkofa |
Description | Extend ServiceTrade with custom functionality. |
File Size | 1.93 MB |
Installation Count | 1,593 |
Current Version | 0.0.94 |
Last Updated | 2024-03-01 |
Publish Date | 2021-02-20 |
Developer | chrome_developers |
[email protected] | |
Payment Type | free |
Extension Website | https://www.servicetrade.com |
Help Page URL | https://support.servicetrade.com |
Privacy Policy Page URL | https://app.servicetrade.com/auth/privacypolicy |
Supported Languages | 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": [ " |