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

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

What is rakumoエクステンション for Gmail™?

rakumoエクステンション for Gmail™ is a Chrome extension developed by rakumo Inc., and its main feature is "rakumoエクステンションfor Gmail™は、Gmail™の宛先にrakumoコンタクトのアドレスを追加するエクステンションです。…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download rakumoエクステンション for Gmail™ Extension CRX File

Download rakumoエクステンション for Gmail™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.の登録商標です。                    

Extension Basic Information

Name rakumoエクステンション for Gmail™ rakumoエクステンション for Gmail™
ID cndfdofenphhbdlklbgjebagepgekjdg
Official 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
Description rakumoエクステンションfor Gmail™は、Gmail™の宛先にrakumoコンタクトのアドレスを追加するエクステンションです。…
File Size 310 KB
Installation Count 72,115
Current Version 2.8.26
Last Updated 2023-11-27
Publish Date 2019-09-27
Rating 5.00/5 Total 3 Ratings
Developer rakumo Inc.
Email [email protected]
Payment Type free
Extension Website https://rakumo.com/
Help Page URL https://support.rakumo.com/rakumo-support/
Privacy Policy Page URL https://rakumo.com/privacy
Supported Languages 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'"
    }
}