FYI
Upload and file PDF documents from the browser to FYI.
什么是FYI?
FYI是由chrome-publishers-fyi开发的Chrome扩展程序,该扩展的主要功能是“Upload and file PDF documents from the browser to FYI.”。
扩展截图
下载FYI扩展crx文件
下载FYI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Upload and file local and online PDF documents from the browser directly into FYI. Use default filing options, or select from the drop-downs before filing the PDFs. * An active FYI user account is required to use this extension. Using the FYI Browser extension: 1. Open a PDF in the browser (either a local file or from a URL). 2. Click the FYI extension. You will be prompted to log in to FYI. 3. Select the filing options, including the Client, Cabinet, and other optional Advanced settings. 4. Click Create. The PDF will be uploaded and filed in FYI.
扩展基本信息
名称 | FYI |
ID | bigeanjpbmfhjadahddjbahpemobpkja |
官方URL | https://chromewebstore.google.com/detail/fyi/bigeanjpbmfhjadahddjbahpemobpkja |
简介 | Upload and file PDF documents from the browser to FYI. |
文件大小 | 15.6 MB |
安装次数 | 10,659 |
当前版本 | 6.2.8 |
更新时间 | 2024-02-29 |
上架时间 | 2021-07-12 |
开发者 | chrome-publishers-fyi |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://fyi.app/ |
帮助页面URL | https://fyi.app/support-services/ |
隐私政策页面URL | https://fyi.app/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "description": "Upload and file PDF documents from the browser to FYI.", "version": "6.2.8", "permissions": [ "tabs", "storage", "identity" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/" ], "background": { "service_worker": "background-worker.js" }, "icons": { "16": ".\/icon-16.png", "32": ".\/icon-32.png", "48": ".\/icon-48.png", "128": ".\/icon-128.png" }, "action": { "default_title": "FYI", "default_popup": "popup.html" }, "name": "FYI", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAni96ANPSXDhsED1TcEKL+Ezsrr2LGIENkBX4z6IIsmnGvZRt9Q9SdtDNIY+Sao3kGeM7JwOoHAIFlIZ7pkObCm60GW8302f2RbPS8W+mTXr5kmWDg17SmEP1SKyf1PDS8rEdxdfOFCUuGFlH\/Q8p6PDuQQoKALdUW2yRX+vWVBNiih3AVk7hM8O5EvRHa85IpDnyju+u6MD1jToLpDQ6bbrQKBMVQCo58Sx6FxJutcISnfVv3FyAAIpnSFKEVrfT0KHGf1nln4OmA7b18ewp9nQUODV5zd9R+cseJirEs07Ou92mB9aaLoYQmtoMcPUgmbrsx5RoGK5JxAaOVN\/fbwIDAQAB" } |