Planning Center Playlist
Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!
¿Qué es Planning Center Playlist?
Planning Center Playlist es una extensión de Chrome desarrollada por Kyle Crouse, y su función principal es "Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Planning Center Playlist
Descarga archivos de extensión Planning Center Playlist en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Planning Center Playlist |
ID | hmajfkfekogdecmpjcdpkhicciaaldbi |
URL Oficial | https://chromewebstore.google.com/detail/planning-center-playlist/hmajfkfekogdecmpjcdpkhicciaaldbi |
Descripción | Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out! |
Tamaño del Archivo | 165 KB |
Cantidad de Instalaciones | 170 |
Versión Actual | 1.0.0 |
Última Actualización | 2019-07-07 |
Fecha de Publicación | 2019-07-06 |
Desarrollador | Kyle Crouse |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } |