Bookmark to Podio

Bookmark any link to Podio.

Bookmark to Podioคืออะไร?

Bookmark to Podio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://phases.dk และคุณลักษณะหลักของมันคือ "Bookmark any link to Podio."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark to Podio

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}