Bookmark to Podio
Bookmark any link to Podio.
Wat is Bookmark to Podio?
Bookmark to Podio is een Chrome-extensie ontwikkeld door https://phases.dk, en de belangrijkste functie is "Bookmark any link to Podio.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmark to Podio
Download Bookmark to Podio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Bookmark to Podio |
ID | gdkilgjebmnamemofpbdbchfokhmedda |
Officiële URL | https://chromewebstore.google.com/detail/bookmark-to-podio/gdkilgjebmnamemofpbdbchfokhmedda |
Beschrijving | Bookmark any link to Podio. |
Bestandsgrootte | 114 KB |
Aantal Installaties | 202 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2015-04-01 |
Publicatiedatum | 2015-04-01 |
Beoordeling | 4.44/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://phases.dk |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://phases.dk |
Help Pagina-URL | http://phases.dk/en/contact/ |
URL van de Privacybeleid Pagina | https://phases.dk/privacy-policy |
Ondersteunde Talen | 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" } |