Planning Center Playlist

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

O que é Planning Center Playlist?

Planning Center Playlist é uma extensão do Chrome desenvolvida por Kyle Crouse, e sua principal característica é "Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Planning Center Playlist

Baixe arquivos de extensão Planning Center Playlist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Planning Center Playlist Planning Center Playlist
ID hmajfkfekogdecmpjcdpkhicciaaldbi
URL Oficial https://chromewebstore.google.com/detail/planning-center-playlist/hmajfkfekogdecmpjcdpkhicciaaldbi
Descrição Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!
Tamanho do Arquivo 165 KB
Contagem de Instalações 170
Versão Atual 1.0.0
Última Atualização 2019-07-07
Data de Publicação 2019-07-06
Desenvolvedor Kyle Crouse
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}