Bookmark to Podio

Bookmark any link to Podio.

什么是Bookmark to Podio?

Bookmark to Podio是由https://phases.dk开发的Chrome扩展程序,该扩展的主要功能是“Bookmark any link to Podio.”。

扩展截图

screenshot
screenshot

下载Bookmark to Podio扩展crx文件

下载Bookmark to Podio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Bookmark to Podio Bookmark to Podio
ID gdkilgjebmnamemofpbdbchfokhmedda
官方URL https://chromewebstore.google.com/detail/bookmark-to-podio/gdkilgjebmnamemofpbdbchfokhmedda
简介 Bookmark any link to Podio.
文件大小 114 KB
安装次数 202
当前版本 0.4
更新时间 2015-04-01
上架时间 2015-04-01
评分 4.44/5 共9次评分
开发者 https://phases.dk
电子邮箱 [email protected]
付费类型 free
扩展官网 http://phases.dk
帮助页面URL http://phases.dk/en/contact/
隐私政策页面URL https://phases.dk/privacy-policy
支持的语言 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"
}