Bookmark to Podio
Bookmark any link to Podio.
Cos'è Bookmark to Podio?
Bookmark to Podio è un'estensione di Chrome sviluppata da https://phases.dk, e la sua funzione principale è "Bookmark any link to Podio.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bookmark to Podio
Scarica i file di estensione Bookmark to Podio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Bookmark to Podio |
ID | gdkilgjebmnamemofpbdbchfokhmedda |
URL Ufficiale | https://chromewebstore.google.com/detail/bookmark-to-podio/gdkilgjebmnamemofpbdbchfokhmedda |
Descrizione | Bookmark any link to Podio. |
Dimensione del File | 114 KB |
Conteggio Installazioni | 202 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2015-04-01 |
Data di Pubblicazione | 2015-04-01 |
Valutazione | 4.44/5 Totale 9 Valutazioni |
Sviluppatore | https://phases.dk |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://phases.dk |
URL della Pagina di Aiuto | http://phases.dk/en/contact/ |
URL della Pagina della Politica sulla Privacy | https://phases.dk/privacy-policy |
Lingue Supportate | 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" } |