Link your File
Companion for the LinkYourFile desktop app to skip the link page.
Link your Fileคืออะไร?
Link your File เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://linkyourfile.com และคุณลักษณะหลักของมันคือ "Companion for the LinkYourFile desktop app to skip the link page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link your File
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } |