Pronto!

Simplify Call for Paper submissions by avoiding continuous copy & paste, and auto-filling form from talks stored in symposiumapp.com

Pronto! क्या है?

Pronto! Rafael Dohms द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplify Call for Paper submissions by avoiding continuous copy & paste, and auto-filling form from talks stored in symposiumapp.com"।

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

screenshot
screenshot

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

crx प्रारूप में Pronto! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        pronto! connects to the SymposiumApp.com API and retrieves data about your talks. It then allows you to fill in CfP form with a simple click of the button, making the submission process faster but not fully automated, allowing you to focus on the details and not on the all the copy/pasting.                    

एक्सटेंशन की मूल जानकारी

नाम Pronto! Pronto!
ID ceppkbmiglldpkelkicajinlfdkbpihh
आधिकारिक URL https://chromewebstore.google.com/detail/pronto/ceppkbmiglldpkelkicajinlfdkbpihh
विवरण Simplify Call for Paper submissions by avoiding continuous copy & paste, and auto-filling form from talks stored in symposiumapp.com
फ़ाइल का आकार 1.2 MB
स्थापना संख्या 148
वर्तमान संस्करण 0.4.10
अंतिम अपडेट 2017-12-26
प्रकाशन तिथि 2017-12-26
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर Rafael Dohms
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://rdohms.github.io/pronto
सहायता पृष्ठ URL http://rdohms.github.io/pronto
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pronto!",
    "short_name": "pronto",
    "description": "Simplify Call for Paper submissions by avoiding continuous copy & paste, and auto-filling form from talks stored in symposiumapp.com",
    "version": "0.4.10",
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "author": "Rafael Dohms ",
    "homepage_url": "http:\/\/rdohms.github.io\/pronto",
    "browser_action": {
        "default_icon": "resources\/icon48.png",
        "default_popup": "build\/html\/popup.html"
    },
    "options_ui": {
        "page": "build\/html\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab",
        "identity",
        "storage",
        "clipboardWrite",
        "http:\/\/symp.oss.dev\/",
        "http:\/\/symposiumapp.com\/",
        "https:\/\/symposiumapp.com\/"
    ],
    "web_accessible_resources": [
        "build\/fonts\/*",
        "resources\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}