Bookmark to Podio
Bookmark any link to Podio.
Apa itu Bookmark to Podio?
Bookmark to Podio adalah ekstensi Chrome yang dikembangkan oleh https://phases.dk, dan fitur utamanya adalah "Bookmark any link to Podio.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bookmark to Podio
Unduh file ekstensi Bookmark to Podio dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Bookmark to Podio |
ID | gdkilgjebmnamemofpbdbchfokhmedda |
URL Resmi | https://chromewebstore.google.com/detail/bookmark-to-podio/gdkilgjebmnamemofpbdbchfokhmedda |
Deskripsi | Bookmark any link to Podio. |
Ukuran File | 114 KB |
Jumlah Instalasi | 202 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2015-04-01 |
Tanggal Publikasi | 2015-04-01 |
Penilaian | 4.44/5 Total 9 Penilaian |
Pengembang | https://phases.dk |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://phases.dk |
URL Halaman Bantuan | http://phases.dk/en/contact/ |
URL Halaman Kebijakan Privasi | https://phases.dk/privacy-policy |
Bahasa yang Didukung | 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" } |