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”。
扩展截图
下载Fibery Browser Extension扩展crx文件
下载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 |
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\/*" ] } |