Bookmark to Podio
Bookmark any link to Podio.
ما هو Bookmark to Podio؟
Bookmark to Podio هو إضافة Chrome تم تطويرها بواسطة https://phases.dk، والميزة الرئيسية لها هي "Bookmark any link to Podio.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmark to Podio
قم بتنزيل ملفات الامتداد Bookmark to Podio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | http://phases.dk/en/contact/ |
عنوان صفحة سياسة الخصوصية | 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" } |