Bookmark to Podio

Bookmark any link to Podio.

What is Bookmark to Podio?

Bookmark to Podio is a Chrome extension developed by https://phases.dk, and its main feature is "Bookmark any link to Podio.".

Extension Screenshots

screenshot
screenshot

Download Bookmark to Podio Extension CRX File

Download Bookmark to Podio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bookmark to Podio Bookmark to Podio
ID gdkilgjebmnamemofpbdbchfokhmedda
Official URL https://chromewebstore.google.com/detail/bookmark-to-podio/gdkilgjebmnamemofpbdbchfokhmedda
Description Bookmark any link to Podio.
File Size 114 KB
Installation Count 202
Current Version 0.4
Last Updated 2015-04-01
Publish Date 2015-04-01
Rating 4.44/5 Total 9 Ratings
Developer https://phases.dk
Email [email protected]
Payment Type free
Extension Website http://phases.dk
Help Page URL http://phases.dk/en/contact/
Privacy Policy Page URL https://phases.dk/privacy-policy
Supported Languages 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"
}