mailgo
a new concept of mailto and tel links
mailgoとは何ですか?
mailgoはhttp://mailgo.devによって開発されたChromeの拡張機能で、その主な機能は「a new concept of mailto and tel links」です。
拡張機能のスクリーンショット
mailgo拡張機能のCRXファイルをダウンロード
mailgo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Mailgo transforms all the mailto and tel links in modals with more possibilities for the users, for example open an email with Gmail, Outlook, Yahoo Mail, or phone number with WhatsApp, Telegram, Skype. Mailgo project is always WIP and is completely open source! https://mailgo.dev
拡張機能の基本情報
名前 | |
ID | kljnooagpdphdgjnmjhenkganebccejm |
公式URL | https://chrome.google.com/webstore/detail/mailgo/kljnooagpdphdgjnmjhenkganebccejm |
説明 | a new concept of mailto and tel links |
ファイルサイズ | 80.91 KB |
インストール数 | 61 |
現在のバージョン | 0.12.2 |
最終更新日 | 2021-06-24 |
公開日 | 2020-07-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://mailgo.dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://mailgo.dev |
ヘルプページのURL | https://mailgo.dev |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "a new concept of mailto and tel links", "manifest_version": 2, "name": "mailgo", "version": "0.12.2", "homepage_url": "https:\/\/mailgo.dev", "permissions": [], "icons": { "48": "icons\/mailgo-48.png", "96": "icons\/mailgo-96.png", "128": "icons\/mailgo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "mailgo.chrome.min.js" ] } ] } |