Dawntech+ for Blip
Pacote de extensões para a plataforma Take Blip.
Dawntech+ for Blip란 무엇입니까?
Dawntech+ for Blip은(는) beuren.bechlin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pacote de extensões para a plataforma Take Blip."입니다.
확장 프로그램 스크린샷
Dawntech+ for Blip 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extensão desenvolvida para potencializar o uso da plataforma de atendimento Blip Desk da Blip. Para mais informações sobre a ativação das funcionalidades, acesse a Blip Store, e busque pelas extensões desenvolvidas pela Dawntech Inc.!
확장 프로그램 기본 정보
이름 | Dawntech+ for Blip |
ID | fkdcglaplckhhfadnpgmkeidjopgcmmc |
공식 URL | https://chromewebstore.google.com/detail/dawntech+-for-blip/fkdcglaplckhhfadnpgmkeidjopgcmmc |
설명 | Pacote de extensões para a plataforma Take Blip. |
파일 크기 | 692 KB |
설치 횟수 | 0 |
현재 버전 | 1.0.18 |
최근 업데이트 | 2024-02-06 |
출시 날짜 | 2022-11-30 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | beuren.bechlin |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.dawntech.dev/ |
지원되는 언어 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dawntech+ for Blip", "description": "Pacote de extens\u00f5es para a plataforma Take Blip.", "version": "1.0.18", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "sandbox": { "pages": [ "sandbox.html" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.desk.blip.ai\/*", "http:\/\/*.desk.blip.ai\/*" ], "js": [ "ws_loader.js" ] }, { "matches": [ "https:\/\/*.desk.blip.ai\/*", "http:\/\/*.desk.blip.ai\/*" ], "js": [ "main.js" ] } ], "web_accessible_resources": [ { "resources": [ "ws.js", "sandbox.html" ], "matches": [ "https:\/\/*.desk.blip.ai\/*" ] } ] } |