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はhttps://www.crowdfundinsider.comによって開発されたChromeの拡張機能で、その主な機能は「Track crowdfunding campaigns from Kickstarter and Indiegogo on Crowdfund Insider. Just navigate to a campaign page and click!」です。
拡張機能のスクリーンショット
Crowdfund Insider Campaign Bot拡張機能のCRXファイルをダウンロード
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 |
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" } } |