TagBox - Bookmark Management & Collaboration
Instantly save, tag and organize your bookmarks, media and files.
TagBox - Bookmark Management & Collaboration란 무엇입니까?
TagBox - Bookmark Management & Collaboration은(는) tagbox.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly save, tag and organize your bookmarks, media and files."입니다.
확장 프로그램 스크린샷
TagBox - Bookmark Management & Collaboration 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TagBox's Bookmark Management & Collaboration extension lets you save links to your TagBox account as quickly as you would save them as Chrome bookmarks. TagBox is a content management and organization platform for individuals and organizations. Save, organize and share documents, media and links from around the web. Our platform is designed for everyone who manages content, and we're trusted by business organizations, training departments, media companies, non-profits and schools. TagBox also integrates with Google Drive and extends on its functionality by adding a layer of AI-generated tags and metadata. Read more about us at https://tagbox.io, and contact us at [email protected] for more details.
확장 프로그램 기본 정보
이름 | |
ID | jpppoabaddceankhnkbmkenaaabohfhb |
공식 URL | https://chrome.google.com/webstore/detail/tagbox-bookmark-managemen/jpppoabaddceankhnkbmkenaaabohfhb |
설명 | Instantly save, tag and organize your bookmarks, media and files. |
파일 크기 | 625 KB |
설치 횟수 | 24 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2021-09-23 |
출시 날짜 | 2021-05-05 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | tagbox.io |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://tagbox.io |
도움말 페이지 URL | https://www.notion.so/TagBox-s-Help-Center-6b817611f5b44ad8bdad05fc55dc77b0 |
개인정보 보호 정책 페이지 URL | https://www.tagbox.io/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TagBox - Bookmark Management & Collaboration", "description": "Instantly save, tag and organize your bookmarks, media and files.", "version": "0.0.4", "browser_action": { "default_popup": "index.html", "default_title": "TagBox - Bookmark Management & Collaboration", "default_icon": { "16": "logo192.png", "32": "logo192.png", "48": "logo192.png", "128": "logo192.png" } }, "icons": { "16": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "content_security_policy": "script-src 'self' 'sha256-\/a8kHSJ2Ea9IwG5i9G6gybg1i8wweFU7Tu6c5ECb0Po='; object-src 'self'", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] } } |