Custom Chrome Extension Tools - Chromane
Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.
Custom Chrome Extension Tools - Chromane란 무엇입니까?
Custom Chrome Extension Tools - Chromane은(는) https://chromane.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools."입니다.
확장 프로그램 스크린샷
Custom Chrome Extension Tools - Chromane 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chromane is a chrome extension which serves as a container for simple easy-to-use tools that can save you time and money by automating repetitive tasks and improving websites you often use. 확장 프로그램 기본 정보
| 이름 | |
| ID | niicafcjnknfegkpnfjchecodeodemfc |
| 공식 URL | https://chromewebstore.google.com/detail/custom-chrome-extension-t/niicafcjnknfegkpnfjchecodeodemfc |
| 설명 | Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools. |
| 파일 크기 | 231 KB |
| 설치 횟수 | 59 |
| 현재 버전 | 1.0.1.2 |
| 최근 업데이트 | 2024-03-01 |
| 출시 날짜 | 2023-08-16 |
| 평점 | 5.00/5 총 8 개의 평점 |
| 개발자 | https://chromane.com |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://chromane.com |
| 개인정보 보호 정책 페이지 URL | https://chromane.com/chromane-privacy-policy |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"minimum_chrome_version": "102",
"name": "Custom Chrome Extension Tools - Chromane",
"description": "Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.",
"icons": {
"128": "\/img\/logo-128.png"
},
"action": {
"default_icon": "\/img\/logo-128.png"
},
"background": {
"service_worker": "\/js\/background.js"
},
"permissions": [
"activeTab",
"storage",
"scripting",
"contextMenus"
],
"optional_host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"extension_ids": []
}
],
"version": "1.0.1.2"
} | |