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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Fibery Extension to create Entities — Competitors, Pages, Tickets — right from a web page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fibery Browser Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } |