Digima Chrome Extension
Digima Chrome Extension
Vad är Digima Chrome Extension?
Digima Chrome Extension är en Chrome-tillägg utvecklad av Comvex Engineering, och dess huvudfunktion är "Digima Chrome Extension".
Tilläggsskärmbilder
Ladda ner Digima Chrome Extension-förlängningens CRX-fil
Ladda ner Digima Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
An email sending extension to connect to Digima. Grundläggande Information om Tillägg
| Namn | |
| ID | kkckdlajodhiniacigmbmchkcomokhle |
| Officiell webbadress | https://chromewebstore.google.com/detail/digima-chrome-extension/kkckdlajodhiniacigmbmchkcomokhle |
| Beskrivning | Digima Chrome Extension |
| Filstorlek | 1.74 MB |
| Antal Installationer | 758 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2022-12-06 |
| Publiceringsdatum | 2020-01-29 |
| Utvecklare | Comvex Engineering |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://digima.com |
| Hjälpsida URL | https://v2.support.digima.com/hc/ja |
| URL till Sekretesspolicy Sidan | https://comvex.co.jp/privacy-policy |
| Stödda Språk | 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": [
" | |