Digima Chrome Extension
Digima Chrome Extension
Digima Chrome Extensionとは何ですか?
Digima Chrome ExtensionはComvex Engineeringによって開発されたChromeの拡張機能で、その主な機能は「Digima Chrome Extension」です。
拡張機能のスクリーンショット
Digima Chrome Extension拡張機能のCRXファイルをダウンロード
Digima Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An email sending extension to connect to Digima. 拡張機能の基本情報
| 名前 | |
| ID | kkckdlajodhiniacigmbmchkcomokhle |
| 公式URL | https://chromewebstore.google.com/detail/digima-chrome-extension/kkckdlajodhiniacigmbmchkcomokhle |
| 説明 | Digima Chrome Extension |
| ファイルサイズ | 1.74 MB |
| インストール数 | 758 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2022-12-06 |
| 公開日 | 2020-01-29 |
| 開発者 | Comvex Engineering |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://digima.com |
| ヘルプページのURL | https://v2.support.digima.com/hc/ja |
| プライバシーポリシーページのURL | https://comvex.co.jp/privacy-policy |
| 対応言語 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"css": [
"content.css"
],
"js": [
"inboxsdk.js",
"content.js"
],
"run_at": "document_end"
}
],
"default_locale": "en",
"description": "__MSG_extension_description__",
"icons": {
"16": ".\/img\/logo-16.png",
"32": ".\/img\/logo-32.png",
"48": ".\/img\/logo-48.png",
"128": ".\/img\/logo-128.png"
},
"manifest_version": 3,
"name": "__MSG_extension_name__",
"permissions": [
"tabs",
"background",
"storage",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"scripting"
],
"host_permissions": [
"*:\/\/*.digima.com\/",
"*:\/\/mail.google.com\/*",
"*:\/\/*.googleusercontent.com\/*"
],
"version": "1.0.1",
"web_accessible_resources": [
{
"resources": [
"img\/*",
"*"
],
"matches": [
" | |