Crowdfund Insider Campaign Bot

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

Apa itu Crowdfund Insider Campaign Bot?

Crowdfund Insider Campaign Bot adalah ekstensi Chrome yang dikembangkan oleh https://www.crowdfundinsider.com, dan fitur utamanya adalah "Track crowdfunding campaigns from Kickstarter and Indiegogo on Crowdfund Insider. Just navigate to a campaign page and click!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Crowdfund Insider Campaign Bot

Unduh file ekstensi Crowdfund Insider Campaign Bot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Crowdfund Insider Campaign Bot Crowdfund Insider Campaign Bot
ID fkbajdeffbookconfgiajapalbpdjabj
URL Resmi https://chromewebstore.google.com/detail/crowdfund-insider-campaig/fkbajdeffbookconfgiajapalbpdjabj
Deskripsi Track crowdfunding campaigns from Kickstarter and Indiegogo on Crowdfund Insider. Just navigate to a campaign page and click!
Ukuran File 19.04 KB
Jumlah Instalasi 25
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-01-28
Tanggal Publikasi 2014-01-27
Penilaian 3.00/5 Total 1 Penilaian
Pengembang https://www.crowdfundinsider.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}