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