Bookmark to Podio

Bookmark any link to Podio.

Hvad er Bookmark to Podio?

Bookmark to Podio er en Chrome-udvidelse udviklet af https://phases.dk, og dens hovedfunktion er "Bookmark any link to Podio.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Bookmark to Podio-udvidelses-CRX-fil

Download Bookmark to Podio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Bookmark to Podio Bookmark to Podio
ID gdkilgjebmnamemofpbdbchfokhmedda
Officiel URL https://chromewebstore.google.com/detail/bookmark-to-podio/gdkilgjebmnamemofpbdbchfokhmedda
Beskrivelse Bookmark any link to Podio.
Filstørrelse 114 KB
Antal Installationer 202
Nuværende Version 0.4
Senest Opdateret 2015-04-01
Udgivelsesdato 2015-04-01
Bedømmelse 4.44/5 Samlet 9 Bedømmelser
Udvikler https://phases.dk
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://phases.dk
Hjælpeside-URL http://phases.dk/en/contact/
URL til Fortrolighedspolitik Side https://phases.dk/privacy-policy
Understøttede Sprog 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"
}