Bookmark to Podio

Bookmark any link to Podio.

Was ist Bookmark to Podio?

Bookmark to Podio ist eine Chrome-Erweiterung, die von https://phases.dk entwickelt wurde, und ihr Hauptmerkmal ist "Bookmark any link to Podio.".

Erweiterungsscreenshots

screenshot
screenshot

Bookmark to Podio-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmark to Podio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bookmark to Podio Bookmark to Podio
ID gdkilgjebmnamemofpbdbchfokhmedda
Offizielle URL https://chromewebstore.google.com/detail/bookmark-to-podio/gdkilgjebmnamemofpbdbchfokhmedda
Beschreibung Bookmark any link to Podio.
Dateigröße 114 KB
Installationsanzahl 202
Aktuelle Version 0.4
Letztes Update 2015-04-01
Veröffentlichungsdatum 2015-04-01
Bewertung 4.44/5 Insgesamt 9 Bewertungen
Entwickler https://phases.dk
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://phases.dk
Hilfeseite URL http://phases.dk/en/contact/
URL der Datenschutzrichtlinien-Seite https://phases.dk/privacy-policy
Unterstützte Sprachen 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"
}