FlowChamp Connector Tool

Select courses from a FlowChamp chart and automatically add them to PolyPlanner.

FlowChamp Connector Tool란 무엇입니까?

FlowChamp Connector Tool은(는) https://flowchamp.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select courses from a FlowChamp chart and automatically add them to PolyPlanner."입니다.

확장 프로그램 스크린샷

screenshot

FlowChamp Connector Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        While Cal Poly's intentions for PolyPlanner were alright, their implementation isn't up to par. Adding classes to where they need to be is a pain. What if there was a way to add them automatically?

Introducing Connector Tool for the college course planning software, FlowChamp.

With this tool, you can select as many courses as you like from your FlowChamp flowchart, and with one click send them to be automatically added to PolyPlanner. 

After courses have been sent, visit PolyPlanner and confirm you want to add the specified courses. That's it! You've successfully filled out your PolyPlan.                    

확장 프로그램 기본 정보

이름 FlowChamp Connector Tool FlowChamp Connector Tool
ID ieaomdjhdichopdhgbdnlggooafonahh
공식 URL https://chromewebstore.google.com/detail/flowchamp-connector-tool/ieaomdjhdichopdhgbdnlggooafonahh
설명 Select courses from a FlowChamp chart and automatically add them to PolyPlanner.
파일 크기 56.29 KB
설치 횟수 21
현재 버전 0.1.4
최근 업데이트 2018-01-09
출시 날짜 2018-01-08
개발자 https://flowchamp.org
결제 유형 free
확장 프로그램 웹 사이트 https://flowchamp.org
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Send to PolyPlanner",
        "default_popup": "popup.html"
    },
    "description": "Select courses from a FlowChamp chart and automatically add them to PolyPlanner.",
    "name": "FlowChamp Connector Tool",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "version": "0.1.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dev.flowchamp.org\/",
                "https:\/\/dev.flowchamp.org\/PolyPlanner\/",
                "https:\/\/flowchamp.org\/",
                "http:\/\/users.csc.calpoly.edu\/~tvillare\/pyFlowChart\/",
                "http:\/\/users.csc.calpoly.edu\/~tvillare\/FlowChamp\/",
                "http:\/\/tannerv.com\/FlowChamp\/",
                "https:\/\/polyplanner.calpoly.edu\/udirect\/plan\/edit-plan-with-roadmap.html*"
            ],
            "js": [
                "plugins\/jquery.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}