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!
擴展基本資訊
名稱 | Yopmail Helper |
ID | hblcpgekfpenakehekkfgoadijffdhne |
官方網址 | 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" } |