rakumoエクステンション for Gmail™

rakumoエクステンションfor Gmail™は、Gmail™の宛先にrakumoコンタクトのアドレスを追加するエクステンションです。…

Was ist rakumoエクステンション for Gmail™?

rakumoエクステンション for Gmail™ ist eine Chrome-Erweiterung, die von rakumo Inc. entwickelt wurde, und ihr Hauptmerkmal ist "rakumoエクステンションfor Gmail™は、Gmail™の宛先にrakumoコンタクトのアドレスを追加するエクステンションです。…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

rakumoエクステンション for Gmail™-Erweiterungs-CRX-Datei herunterladen

Laden Sie rakumoエクステンション for Gmail™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        rakumoエクステンションfor Gmail™は、Gmail™の宛先にrakumoコンタクトのアドレスを追加するエクステンションです。

Gmail™のメール編集画面でエクステンションを呼び出すと、組織内・組織外の登録された連絡先が表示されます。その中から必要な連絡先を選び、"To"、"Cc"、"Bcc"ボタンを押すと、編集中のGmail™の宛先に挿入されます。連絡先は、社内の組織階層から選ぶ組織内連絡先、社外の会社名から選ぶ組織外連絡先から選択する他、検索によるスピーディな呼び出しも可能です。

尚、rakumoエクステンション for Gmailのご利用には、別途rakumoコンタクトの申し込みが必要です。rakumoコンタクトに関しては以下をご覧下さい。

https://rakumo.com/product/gsuite/contact/

rakumoエクステンションfor Gmail™に関して、不明な点がございましたら以下からお問い合わせ下さい。

https://support.rakumo.com/rakumo-support/


※Gmail™は、Google, Inc.の登録商標です。                    

Grundlegende Informationen zur Erweiterung

Name rakumoエクステンション for Gmail™ rakumoエクステンション for Gmail™
ID cndfdofenphhbdlklbgjebagepgekjdg
Offizielle URL https://chromewebstore.google.com/detail/rakumo%E3%82%A8%E3%82%AF%E3%82%B9%E3%83%86%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%B3-for-gmail/cndfdofenphhbdlklbgjebagepgekjdg
Beschreibung rakumoエクステンションfor Gmail™は、Gmail™の宛先にrakumoコンタクトのアドレスを追加するエクステンションです。…
Dateigröße 310 KB
Installationsanzahl 72,115
Aktuelle Version 2.8.26
Letztes Update 2023-11-27
Veröffentlichungsdatum 2019-09-27
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler rakumo Inc.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://rakumo.com/
Hilfeseite URL https://support.rakumo.com/rakumo-support/
URL der Datenschutzrichtlinien-Seite https://rakumo.com/privacy
Unterstützte Sprachen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "rakumo\u30a8\u30af\u30b9\u30c6\u30f3\u30b7\u30e7\u30f3 for Gmail\u2122",
    "version": "2.8.26",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/a-rakumo.appspot.com\/"
    ],
    "action": {
        "default_title": "rakumo\u30a8\u30af\u30b9\u30c6\u30f3\u30b7\u30e7\u30f3 for Gmail\u2122",
        "default_icon": "img\/crx\/icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/mail.google.com\/*view=om*",
                "*:\/\/mail.google.com\/*view=pt*",
                "*:\/\/mail.google.com\/*view=lg*",
                "*:\/\/mail.google.com\/mail\/md*"
            ],
            "js": [
                "content_scripts\/content_script.js"
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    }
}