Bookmark to Podio
Bookmark any link to Podio.
Co to jest Bookmark to Podio?
Bookmark to Podio to rozszerzenie Chrome opracowane przez https://phases.dk, a jego główną funkcją jest „Bookmark any link to Podio.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bookmark to Podio
Pobierz pliki rozszerzeń Bookmark to Podio 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
Bookmark a URL to your preferred Podio App. To start using - create a Podio App app with 2 text fields & a link field (or simply 3 text fields) and map those fields to the plugin. We are using a shared API key by default. This works fine, but to make sure 100% availability you might need to make your own API key by visiting Podio Settings page. If you like the bookmarking tool please show your support by liking our Facebook page. http://facebook.com/phasesdk The PODIO logo & name is registered trademarks of Podio, Inc a wholly owned subsidiary of Citrix Systems, Inc. The book mark app is made by Phases using the Podio APIs and the logo & name is used for good intention only.
Podstawowe informacje o rozszerzeniu
Nazwa | Bookmark to Podio |
ID | gdkilgjebmnamemofpbdbchfokhmedda |
Oficjalny URL | https://chromewebstore.google.com/detail/bookmark-to-podio/gdkilgjebmnamemofpbdbchfokhmedda |
Opis | Bookmark any link to Podio. |
Rozmiar pliku | 114 KB |
Liczba instalacji | 202 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2015-04-01 |
Data Publikacji | 2015-04-01 |
Ocena | 4.44/5 Łącznie 9 Oceny |
Deweloper | https://phases.dk |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://phases.dk |
Adres URL Strony Pomocy | http://phases.dk/en/contact/ |
Adres URL Strony Polityki Prywatności | https://phases.dk/privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark to Podio", "version": "0.4", "manifest_version": 2, "description": "Bookmark any link to Podio.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png" }, "permissions": [ "tabs", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/podio.com\/oauth; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/icon.png" }, "options_page": "options.html" } |