Crowdfund Insider Campaign Bot

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

What is Crowdfund Insider Campaign Bot?

Crowdfund Insider Campaign Bot is a Chrome extension developed by https://www.crowdfundinsider.com, and its main feature is "Track crowdfunding campaigns from Kickstarter and Indiegogo on Crowdfund Insider. Just navigate to a campaign page and click!".

Extension Screenshots

screenshot
screenshot

Download Crowdfund Insider Campaign Bot Extension CRX File

Download Crowdfund Insider Campaign Bot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Crowdfund Insider Campaign Bot Crowdfund Insider Campaign Bot
ID fkbajdeffbookconfgiajapalbpdjabj
Official URL https://chromewebstore.google.com/detail/crowdfund-insider-campaig/fkbajdeffbookconfgiajapalbpdjabj
Description Track crowdfunding campaigns from Kickstarter and Indiegogo on Crowdfund Insider. Just navigate to a campaign page and click!
File Size 19.04 KB
Installation Count 25
Current Version 1.0
Last Updated 2014-01-28
Publish Date 2014-01-27
Rating 3.00/5 Total 1 Ratings
Developer https://www.crowdfundinsider.com
Payment Type free
Supported Languages 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"
    }
}