Faxjar - Send a fax now (no ads or signups)
Send a fax online right inside your web browser
什么是Faxjar - Send a fax now (no ads or signups)?
Faxjar - Send a fax now (no ads or signups)是由https://faxjar.com开发的Chrome扩展程序,该扩展的主要功能是“Send a fax online right inside your web browser”。
扩展截图
下载Faxjar - Send a fax now (no ads or signups)扩展crx文件
下载Faxjar - Send a fax now (no ads or signups)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Faxjar is a secure and fast way to send fax from your computer or smart phone.
No registration!
No advertisements!
No subscriptions!
Send a fax in three simple steps:
1. Upload your documents (PDF, JPG, PNG, TIFF, or HTML)
2. Choose destination country and enter the destination fax number.
3. Pay with Paypal.
Faxjar is a secure fax provider. 扩展基本信息
| 名称 | |
| ID | bhhedmkajmakgklnihnimbdilonklolm |
| 官方URL | https://chromewebstore.google.com/detail/faxjar-send-a-fax-now-no/bhhedmkajmakgklnihnimbdilonklolm |
| 简介 | Send a fax online right inside your web browser |
| 文件大小 | 266 KB |
| 安装次数 | 393 |
| 当前版本 | 2.1.5 |
| 更新时间 | 2021-11-15 |
| 上架时间 | 2020-02-22 |
| 评分 | 4.00/5 共3次评分 |
| 开发者 | https://faxjar.com |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 帮助页面URL | https://faxjar.com/faq |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Faxjar - Send a fax now (no ads or signups)",
"description": "Send a fax online right inside your web browser",
"version": "2.1.5",
"manifest_version": 2,
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"browser_action": {
"default_title": "faxjar",
"default_popup": "popup\/popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"https:\/\/faxjar.com\/"
]
} | |