Planning Center Playlist

Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!

Wat is Planning Center Playlist?

Planning Center Playlist is een Chrome-extensie ontwikkeld door Kyle Crouse, en de belangrijkste functie is "Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Planning Center Playlist

Download Planning Center Playlist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Planning Center Playlist Planning Center Playlist
ID hmajfkfekogdecmpjcdpkhicciaaldbi
Officiële URL https://chromewebstore.google.com/detail/planning-center-playlist/hmajfkfekogdecmpjcdpkhicciaaldbi
Beschrijving Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!
Bestandsgrootte 165 KB
Aantal Installaties 170
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-07-07
Publicatiedatum 2019-07-06
Ontwikkelaar Kyle Crouse
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}