Planning Center Playlist
Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!
Was ist Planning Center Playlist?
Planning Center Playlist ist eine Chrome-Erweiterung, die von Kyle Crouse entwickelt wurde, und ihr Hauptmerkmal ist "Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!".
Erweiterungsscreenshots
Planning Center Playlist-Erweiterungs-CRX-Datei herunterladen
Laden Sie Planning Center Playlist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hmajfkfekogdecmpjcdpkhicciaaldbi |
| Offizielle URL | https://chromewebstore.google.com/detail/planning-center-playlist/hmajfkfekogdecmpjcdpkhicciaaldbi |
| Beschreibung | Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out! |
| Dateigröße | 165 KB |
| Installationsanzahl | 170 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2019-07-07 |
| Veröffentlichungsdatum | 2019-07-06 |
| Entwickler | Kyle Crouse |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |