Bookmark to Podio
Bookmark any link to Podio.
Qu'est-ce que Bookmark to Podio ?
Bookmark to Podio est une extension Chrome développée par https://phases.dk, et sa fonction principale est "Bookmark any link to Podio.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmark to Podio
Téléchargez les fichiers d'extension Bookmark to Podio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Bookmark to Podio |
ID | gdkilgjebmnamemofpbdbchfokhmedda |
URL Officiel | https://chromewebstore.google.com/detail/bookmark-to-podio/gdkilgjebmnamemofpbdbchfokhmedda |
Description | Bookmark any link to Podio. |
Taille du Fichier | 114 KB |
Nombre d'Installations | 202 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2015-04-01 |
Date de Publication | 2015-04-01 |
Évaluation | 4.44/5 Total 9 Évaluations |
Développeur | https://phases.dk |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://phases.dk |
URL de la Page d'Aide | http://phases.dk/en/contact/ |
URL de la Page de Politique de Confidentialité | https://phases.dk/privacy-policy |
Langues Prises en Charge | 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" } |