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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |