Link your File
Companion for the LinkYourFile desktop app to skip the link page.
什麼是Link your File?
Link your File是由https://linkyourfile.com開發的Chrome擴展程式,該擴展的主要功能是“Companion for the LinkYourFile desktop app to skip the link page.”。
擴展截圖
下載Link your File擴展crx文件
下載Link your File擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension serves as a companion to the "Link Your File" application and will improve your experience by directly opening the link you clicked without showing our link page. "Link Your File" is the easiest way to link your files to your web applications. No more attachments, no more downloads, no more unzipping. Create a web URL for any file and folder. Paste it into Notion, Google Docs, Jira, Monday, etc. Open that file with a single click from your web browser. This saves you a lot of clicking and a lot of time. It works great in a team. If your files are in a shared location like Dropbox, Google Drive or a local network storage anyone can open files from the browser by clicking the links. Say goodbye to scattered download folders, incorrect file versions, and duplicated work.
擴展基本資訊
名稱 | Link your File |
ID | aecmjifdeedpoohddmjpapkamaeeoebk |
官方網址 | https://chromewebstore.google.com/detail/link-your-file/aecmjifdeedpoohddmjpapkamaeeoebk |
簡介 | Companion for the LinkYourFile desktop app to skip the link page. |
檔案大小 | 30.14 KB |
安裝次數 | 378 |
目前版本 | 1.0.0 |
更新時間 | 2023-10-07 |
上架時間 | 2023-10-06 |
開發者 | https://linkyourfile.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.linkyourfile.com/ |
說明頁面URL | https://www.linkyourfile.com/#faqs |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Link your File", "version": "1.0.0", "author": "Dennis Schl\u00f6sser", "description": "Companion for the LinkYourFile desktop app to skip the link page.", "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "https:\/\/linkyourfile.com\/link*" ], "icons": { "16": "icon\/icon_16.png", "32": "icon\/icon_32.png", "48": "icon\/icon_48.png", "128": "icon\/icon_128.png" } } |