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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kyle Crouse และคุณลักษณะหลักของมันคือ "Create a Spotify playlist from a Planning Center Services plan. Navigate to a plan page to try it out!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Planning Center Playlist

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}