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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}