Planning Center Playlist
Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!
Qu'est-ce que Planning Center Playlist ?
Planning Center Playlist est une extension Chrome développée par Kyle Crouse, et sa fonction principale est "Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Planning Center Playlist
Téléchargez les fichiers d'extension Planning Center Playlist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Planning Center Playlist |
ID | hmajfkfekogdecmpjcdpkhicciaaldbi |
URL Officiel | https://chromewebstore.google.com/detail/planning-center-playlist/hmajfkfekogdecmpjcdpkhicciaaldbi |
Description | Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out! |
Taille du Fichier | 165 KB |
Nombre d'Installations | 170 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-07-07 |
Date de Publication | 2019-07-06 |
Développeur | Kyle Crouse |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |