Crowdfire

Crowdfire

Crowdfireとは何ですか?

Crowdfireはhttps://crowdfireapp.comによって開発されたChromeの拡張機能で、その主な機能は「Crowdfire」です。

拡張機能のスクリーンショット

screenshot
screenshot

Crowdfire拡張機能のCRXファイルをダウンロード

Crowdfire拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Post to all your social media accounts profiles at once. Just sign in with your existing accounts and start sharing.

KEY FEATURES

+ Create and share posts from any tab directly from the toolbar icon.

+ Share posts immediately, schedule for a specific time or choose “Best Time” and Crowdfire will share your post at a time when your followers tend to be most active.

+ Right click on any web page, image or selected text to easily share specific content.                    

拡張機能の基本情報

名前 Crowdfire Crowdfire
ID jgnbklefkgedfbpjebhjgibfnobjcbli
公式URL https://chromewebstore.google.com/detail/crowdfire/jgnbklefkgedfbpjebhjgibfnobjcbli
説明 Crowdfire
ファイルサイズ 13.57 MB
インストール数 3,404
現在のバージョン 6.5.3
最終更新日 2021-09-28
公開日 2020-03-19
評価 3.53/5 合計 80 レビュー
開発者 https://crowdfireapp.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.crowdfireapp.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crowdfire",
    "description": "Crowdfire",
    "version": "6.5.3",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "scripts\/init.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "scripts\/content-twitter.js"
            ],
            "css": [
                "styles\/content-twitter.css"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "*.png",
        "*.html",
        "*.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self';"
}