Crowdfund Insider Campaign Bot

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

Что такое Crowdfund Insider Campaign Bot?

Crowdfund Insider Campaign Bot - это расширение Chrome, разработанное https://www.crowdfundinsider.com, и его основная функция - "Track crowdfunding campaigns from Kickstarter and Indiegogo on Crowdfund Insider. Just navigate to a campaign page and click!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Crowdfund Insider Campaign Bot

Скачайте файлы расширений Crowdfund Insider Campaign Bot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Crowdfund Insider Campaign Bot Crowdfund Insider Campaign Bot
ID fkbajdeffbookconfgiajapalbpdjabj
Официальный URL https://chromewebstore.google.com/detail/crowdfund-insider-campaig/fkbajdeffbookconfgiajapalbpdjabj
Описание Track crowdfunding campaigns from Kickstarter and Indiegogo on Crowdfund Insider. Just navigate to a campaign page and click!
Размер файла 19.04 KB
Количество установок 25
Текущая Версия 1.0
Последнее Обновление 2014-01-28
Дата публикации 2014-01-27
Рейтинг 3.00/5 Всего 1 оценок
Разработчик https://www.crowdfundinsider.com
Тип оплаты free
Поддерживаемые языки 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"
    }
}