Homebase
The Homebase clipper
Vad är Homebase?
Homebase är en Chrome-tillägg utvecklad av https://homebase.io, och dess huvudfunktion är "The Homebase clipper".
Tilläggsskärmbilder
Ladda ner Homebase-förlängningens CRX-fil
Ladda ner Homebase-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
EASILY SHARE INTERESTING THINGS FROM THE AROUND THE WEB WITH YOUR TEAM. Use the Homebase web clipper to grab web pages, reports, images, charts, documents, and quotes to save and share with your team. It's an effective way to gather customer testimonials, competitive intel, or draw attention to trends in important metrics. Learn more at www.homebase.io
Grundläggande Information om Tillägg
Namn | Homebase |
ID | oddfoocdjglabkmaofhmfblingagfdnh |
Officiell webbadress | https://chromewebstore.google.com/detail/homebase/oddfoocdjglabkmaofhmfblingagfdnh |
Beskrivning | The Homebase clipper |
Filstorlek | 267 KB |
Antal Installationer | 57 |
Aktuell Version | 0.3435.0 |
Senast Uppdaterad | 2014-01-27 |
Publiceringsdatum | 2014-01-27 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | https://homebase.io |
Betalningssätt | free |
Tilläggswebbplats | http://homebase.io |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Homebase", "version": "0.3435.0", "description": "The Homebase clipper", "background": { "scripts": [ "chrome_background.js" ], "persistent": true }, "browser_action": { "default_icon": "files\/extension_19.png", "default_title": "Create cards from this page!" }, "content_scripts": [ { "matches": [ "*:\/\/*.homebase.io\/extension\/*" ], "js": [ "iframe_message_bridge.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "*:\/\/*.homebase.io\/*" ], "js": [ "files\/dont_show_install_button.js" ], "run_at": "document_idle" } ], "permissions": [ "storage", "contextMenus", "activeTab" ], "icons": { "16": "files\/extension_16.png", "48": "files\/extension_48.png", "128": "files\/extension_128.png" }, "web_accessible_resources": [ "files\/status\/awesome-face.png", "files\/status\/cloud.png", "files\/status\/close.png", "files\/status\/sad-face.png" ], "options_page": "files\/settings.html", "manifest_version": 2 } |