Crowdfund Insider Campaign Bot

Track crowdfunding campaigns from Kickstarter and Indiegogo on Crowdfund Insider. Just navigate to a campaign page and click!

Cos'è Crowdfund Insider Campaign Bot?

Crowdfund Insider Campaign Bot è un'estensione di Chrome sviluppata da https://www.crowdfundinsider.com, e la sua funzione principale è "Track crowdfunding campaigns from Kickstarter and Indiegogo on Crowdfund Insider. Just navigate to a campaign page and click!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Crowdfund Insider Campaign Bot

Scarica i file di estensione Crowdfund Insider Campaign Bot 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

                        Want to help Crowdfund Insider track crowdfunding campaigns? Add this chrome extension for an easy way to track campaigns with one click. This is a simple extension that interacts with our crowdfunding campaign API. Within hours data on submitted campaigns will be available at http://directory.crowdfundinsider.com and on the home page at http://www.crowdfundinsider.com.

For project creators, it is a great free way to let the largest crowdfunding news site in the world know you're actively seeking funding! For crowdfunding enthusiasts, help us build the largest database of crowdfunding campaign stats on Earth. More to come! 

If you have ideas for new features, please reach out!                    

Informazioni di Base sull'Estensione

Nome Crowdfund Insider Campaign Bot Crowdfund Insider Campaign Bot
ID fkbajdeffbookconfgiajapalbpdjabj
URL Ufficiale https://chromewebstore.google.com/detail/crowdfund-insider-campaig/fkbajdeffbookconfgiajapalbpdjabj
Descrizione Track crowdfunding campaigns from Kickstarter and Indiegogo on Crowdfund Insider. Just navigate to a campaign page and click!
Dimensione del File 19.04 KB
Conteggio Installazioni 25
Versione Corrente 1.0
Ultimo Aggiornamento 2014-01-28
Data di Pubblicazione 2014-01-27
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore https://www.crowdfundinsider.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crowdfund Insider Campaign Bot",
    "version": "1.0",
    "description": "Track crowdfunding campaigns from Kickstarter and Indiegogo on Crowdfund Insider. Just navigate to a campaign page and click!",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "author": "Crowdfund Insider",
    "permissions": [
        "http:\/\/*.crowdfundinsider.com\/",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "cfibot.html"
    }
}