Yopmail Helper
This extension helps you with your yopmail adresses.
Yopmail Helperとは何ですか?
Yopmail Helperはhttps://guillaumemigeon.frによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you with your yopmail adresses.」です。
拡張機能のスクリーンショット
Yopmail Helper拡張機能のCRXファイルをダウンロード
Yopmail Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
* Updated on 01/08/2017 *
* You can now track a custom address
* Fixed synchronization issues
-----------
This tool helps you handle several yopmail addresses! 拡張機能の基本情報
| 名前 | |
| ID | hblcpgekfpenakehekkfgoadijffdhne |
| 公式URL | https://chromewebstore.google.com/detail/yopmail-helper/hblcpgekfpenakehekkfgoadijffdhne |
| 説明 | This extension helps you with your yopmail adresses. |
| ファイルサイズ | 64.62 KB |
| インストール数 | 596 |
| 現在のバージョン | 1.5 |
| 最終更新日 | 2017-01-08 |
| 公開日 | 2017-01-08 |
| 評価 | 4.75/5 合計 4 レビュー |
| 開発者 | https://guillaumemigeon.fr |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Outpox/Yopmail-Helper |
| 対応言語 | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Yopmail Helper",
"description": "This extension helps you with your yopmail adresses.",
"version": "1.5",
"icons": {
"48": "img\/icon.png"
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"default_locale": "en"
} | |