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开发的Chrome扩展程序,该扩展的主要功能是“Simplify Call for Paper submissions by avoiding continuous copy & paste, and auto-filling form from talks stored in symposiumapp.com”。

扩展截图

screenshot
screenshot

下载Pronto!扩展crx文件

下载Pronto!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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'"
}