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?
Planning Center Playlist是由Kyle Crouse開發的Chrome擴展程式,該擴展的主要功能是“Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!”。
擴展截圖
下載Planning Center Playlist擴展crx文件
下載Planning Center Playlist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | hmajfkfekogdecmpjcdpkhicciaaldbi |
| 官方網址 | https://chromewebstore.google.com/detail/planning-center-playlist/hmajfkfekogdecmpjcdpkhicciaaldbi |
| 簡介 | Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out! |
| 檔案大小 | 165 KB |
| 安裝次數 | 170 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2019-07-07 |
| 上架時間 | 2019-07-06 |
| 開發者 | Kyle Crouse |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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\/*"
]
} | |