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ファイルをダウンロード
Dawntech+ for Blip拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
}
]
} | |