Planning Center Playlist

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

Co je Planning Center Playlist?

Planning Center Playlist je rozšíření Chrome vyvinuté Kyle Crouse, a jeho hlavní funkcí je „Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Planning Center Playlist

Stáhněte si soubory rozšíření Planning Center Playlist ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Planning Center Playlist Planning Center Playlist
ID hmajfkfekogdecmpjcdpkhicciaaldbi
Oficiální URL https://chromewebstore.google.com/detail/planning-center-playlist/hmajfkfekogdecmpjcdpkhicciaaldbi
Popis Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!
Velikost souboru 165 KB
Počet instalací 170
Aktuální Verze 1.0.0
Poslední Aktualizace 2019-07-07
Datum Vydání 2019-07-06
Vývojář Kyle Crouse
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}