Pronto!

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

Pronto! là gì?

Pronto! là một tiện ích mở rộng Chrome được phát triển bởi Rafael Dohms, và tính năng chính của nó là "Simplify Call for Paper submissions by avoiding continuous copy & paste, and auto-filling form from talks stored in symposiumapp.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pronto!

Tải xuống các tệp mở rộng Pronto! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pronto! Pronto!
ID ceppkbmiglldpkelkicajinlfdkbpihh
URL Chính Thức https://chromewebstore.google.com/detail/pronto/ceppkbmiglldpkelkicajinlfdkbpihh
Mô tả Simplify Call for Paper submissions by avoiding continuous copy & paste, and auto-filling form from talks stored in symposiumapp.com
Kích Thước Tệp 1.2 MB
Số Lần Cài Đặt 148
Phiên Bản Hiện Tại 0.4.10
Cập Nhật Lần Cuối 2017-12-26
Ngày Phát Hành 2017-12-26
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Rafael Dohms
Loại Thanh Toán free
Trang Web Mở Rộng http://rdohms.github.io/pronto
URL Trang Trợ Giúp http://rdohms.github.io/pronto
Ngôn Ngữ Được Hỗ Trợ 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'"
}