Planning Center Playlist

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

Planning Center Playlistとは何ですか?

Planning Center PlaylistはKyle Crouseによって開発されたChromeの拡張機能で、その主な機能は「Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!」です。

拡張機能のスクリーンショット

screenshot

Planning Center Playlist拡張機能のCRXファイルをダウンロード

Planning Center Playlist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Planning Center Playlist Planning Center Playlist
ID hmajfkfekogdecmpjcdpkhicciaaldbi
公式URL https://chromewebstore.google.com/detail/planning-center-playlist/hmajfkfekogdecmpjcdpkhicciaaldbi
説明 Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!
ファイルサイズ 165 KB
インストール数 170
現在のバージョン 1.0.0
最終更新日 2019-07-07
公開日 2019-07-06
開発者 Kyle Crouse
Eメール [email protected]
支払い方法 free
対応言語 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\/*"
    ]
}