Homebase
The Homebase clipper
Co to jest Homebase?
Homebase to rozszerzenie Chrome opracowane przez https://homebase.io, a jego główną funkcją jest „The Homebase clipper”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Homebase
Pobierz pliki rozszerzeń Homebase w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Homebase |
ID | oddfoocdjglabkmaofhmfblingagfdnh |
Oficjalny URL | https://chromewebstore.google.com/detail/homebase/oddfoocdjglabkmaofhmfblingagfdnh |
Opis | The Homebase clipper |
Rozmiar pliku | 267 KB |
Liczba instalacji | 57 |
Aktualna Wersja | 0.3435.0 |
Ostatnia Aktualizacja | 2014-01-27 |
Data Publikacji | 2014-01-27 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | https://homebase.io |
Typ Płatności | free |
Strona Rozszerzenia | http://homebase.io |
Obsługiwane Języki | 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 } |