Planning Center Playlist
Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!
Planning Center Playlist là gì?
Planning Center Playlist là một tiện ích mở rộng Chrome được phát triển bởi Kyle Crouse, và tính năng chính của nó là "Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Planning Center Playlist
Tải xuống các tệp mở rộng Planning Center Playlist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Planning Center Playlist is an extension to create a Spotify playlist from the songs in a Planning Center Services plan. This extension is open source! Contributions are welcome! https://github.com/kacrouse/planning-center-playlist This extension is not affiliated nor officially supported by Planning Center or Spotify in any way.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Planning Center Playlist |
ID | hmajfkfekogdecmpjcdpkhicciaaldbi |
URL Chính Thức | https://chromewebstore.google.com/detail/planning-center-playlist/hmajfkfekogdecmpjcdpkhicciaaldbi |
Mô tả | Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out! |
Kích Thước Tệp | 165 KB |
Số Lần Cài Đặt | 170 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-07-07 |
Ngày Phát Hành | 2019-07-06 |
Nhà Phát Triển | Kyle Crouse |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Planning Center Playlist", "description": "Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!", "version": "1.0.0", "manifest_version": 2, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "page_action": { "default_title": "Planning Center Playlist", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "identity", "activeTab", "declarativeContent", "https:\/\/api.planningcenteronline.com\/*", "https:\/\/*.spotify.com\/*" ] } |