Pronto!

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

Cos'è Pronto!?

Pronto! è un'estensione di Chrome sviluppata da Rafael Dohms, e la sua funzione principale è "Simplify Call for Paper submissions by avoiding continuous copy & paste, and auto-filling form from talks stored in symposiumapp.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Pronto!

Scarica i file di estensione Pronto! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pronto! Pronto!
ID ceppkbmiglldpkelkicajinlfdkbpihh
URL Ufficiale https://chromewebstore.google.com/detail/pronto/ceppkbmiglldpkelkicajinlfdkbpihh
Descrizione Simplify Call for Paper submissions by avoiding continuous copy & paste, and auto-filling form from talks stored in symposiumapp.com
Dimensione del File 1.2 MB
Conteggio Installazioni 148
Versione Corrente 0.4.10
Ultimo Aggiornamento 2017-12-26
Data di Pubblicazione 2017-12-26
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore Rafael Dohms
Tipo di Pagamento free
Sito Web dell'Estensione http://rdohms.github.io/pronto
URL della Pagina di Aiuto http://rdohms.github.io/pronto
Lingue Supportate 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'"
}