FlowChamp Connector Tool

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

FlowChamp Connector Tool क्या है?

FlowChamp Connector Tool https://flowchamp.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select courses from a FlowChamp chart and automatically add them to PolyPlanner."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FlowChamp Connector Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}