Fibery Browser Extension

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

Fibery Browser Extensionคืออะไร?

Fibery Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fibery Limited และคุณลักษณะหลักของมันคือ "Use Fibery Extension to create Entities — Competitors, Pages, Tickets — right from a web page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fibery Browser Extension

ดาวน์โหลดไฟล์ส่วนขยาย Fibery Browser Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🐙 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\/*"
    ]
}