ServiceTrade Extender
Extend ServiceTrade with custom functionality.
ServiceTrade Extender란 무엇입니까?
ServiceTrade Extender은(는) chrome_developers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extend ServiceTrade with custom functionality."입니다.
확장 프로그램 스크린샷
ServiceTrade Extender 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |