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 🐡 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |