FYI
Upload and file PDF documents from the browser to FYI.
FYI क्या है?
FYI chrome-publishers-fyi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Upload and file PDF documents from the browser to FYI."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FYI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |