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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}