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 |
| 官方URL | 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\/*"
]
} | |