Crowdfund Insider Campaign Bot

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

Co to jest Crowdfund Insider Campaign Bot?

Crowdfund Insider Campaign Bot to rozszerzenie Chrome opracowane przez https://www.crowdfundinsider.com, a jego główną funkcją jest „Track crowdfunding campaigns from Kickstarter and Indiegogo on Crowdfund Insider. Just navigate to a campaign page and click!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Crowdfund Insider Campaign Bot

Pobierz pliki rozszerzeń Crowdfund Insider Campaign Bot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Crowdfund Insider Campaign Bot Crowdfund Insider Campaign Bot
ID fkbajdeffbookconfgiajapalbpdjabj
Oficjalny URL https://chromewebstore.google.com/detail/crowdfund-insider-campaig/fkbajdeffbookconfgiajapalbpdjabj
Opis Track crowdfunding campaigns from Kickstarter and Indiegogo on Crowdfund Insider. Just navigate to a campaign page and click!
Rozmiar pliku 19.04 KB
Liczba instalacji 25
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-01-28
Data Publikacji 2014-01-27
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper https://www.crowdfundinsider.com
Typ Płatności free
Obsługiwane Języki 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"
    }
}