Fibery Browser Extension

Use Fibery Extension to create Entities — Competitors, Pages, Tickets — right from a web page

Fibery Browser Extension란 무엇입니까?

Fibery Browser Extension은(는) Fibery Limited에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Fibery Extension to create Entities — Competitors, Pages, Tickets — right from a web page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Fibery Browser Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🐙 Fibery is a work and knowledge hub for product teams. It replaces isolated tools and helps to augment the company's intelligence — at least, in our marketing brochure.
Use Fibery Chrome Extension to create Entities — Competitors, Pages, Tickets — right from a web page. Works great for design and tech references, competitor analysis, and market research.

When you stumble upon an interesting web page:

1. Highlight the most relevant part.
2. Click the Fibery icon on the top right of your browser.
3. Pick Workspace and Database and create an Entity.

Thinking of a full-blown web clipper? Would like to attach highlights to existing Entities? Let us know via Intercom — this isn't even the extension's final form 🐡                    

확장 프로그램 기본 정보

이름 Fibery Browser Extension Fibery Browser Extension
ID dkjdciblofkgdfoolehaahjajoggmdbp
공식 URL https://chromewebstore.google.com/detail/fibery-browser-extension/dkjdciblofkgdfoolehaahjajoggmdbp
설명 Use Fibery Extension to create Entities — Competitors, Pages, Tickets — right from a web page
파일 크기 80.46 KB
설치 횟수 377
현재 버전 1.0.4
최근 업데이트 2023-07-11
출시 날짜 2021-05-20
평점 4.88/5 총 8 개의 평점
개발자 Fibery Limited
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fibery.io
도움말 페이지 URL https://community.fibery.io/
개인정보 보호 정책 페이지 URL https://fibery.io/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.4",
    "name": "Fibery Browser Extension",
    "description": "Use Fibery Extension to create Entities \u2014 Competitors, Pages, Tickets \u2014 right from a web page",
    "icons": {
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "favicon48.png",
        "128": "favicon128.png"
    },
    "commands": {
        "_execute_action": {
            "description": "Save to Fibery ",
            "suggested_key": {
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "windows": "Ctrl+Shift+K"
            }
        }
    },
    "action": {
        "default_icon": {
            "16": "favicon16.png",
            "32": "favicon32.png",
            "48": "favicon48.png",
            "128": "favicon128.png"
        },
        "default_popup": "index.html",
        "default_title": "Save to Fibery"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.fibery.io\/*"
    ]
}