Firefuze

Share content and images from any webpage to Twitter, Facebook, Instagram and LinkedIn.

Firefuzeคืออะไร?

Firefuze เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.firefuze.com และคุณลักษณะหลักของมันคือ "Share content and images from any webpage to Twitter, Facebook, Instagram and LinkedIn."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Firefuze

ดาวน์โหลดไฟล์ส่วนขยาย Firefuze ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        OVERVIEW

The Firefuze browser extension allows you to quickly share links and images from any page on the web. Easily share the same post across multiple social platforms including Twitter, Facebook, Instagram, and LinkedIn.

HOW IT WORKS

In order to use the browser extension, you first need to open an Firefuze account. This will allow you to connect your social accounts to Firefuze so you now have the ability to post directly to your social profiles from any webpage.

CREATE FIREFUZE ACCOUNT

The browser extension is included with all plans. Sign up for Firefuze for free at http://firefuze.com/pricing

WHAT IS FIREFUZE

Firefuze is a social media management dashboard that allows you to create, manage, schedule, and post to multiple social accounts from one place.

INSTAGRAM USERS

In addition to creating an Firefuze account, users who wish to connect their Instagram account will also need to download the Firefuze mobile app for iOS or Android.

You will be able to schedule and create an Instagram post using the browser extension, but in order to finalize the post to Instagram, you will need to do it from inside the Firefuze mobile app.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Firefuze Firefuze
ID aanhkccenajbehlhiighkpajemlmeemj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/firefuze/aanhkccenajbehlhiighkpajemlmeemj
คำอธิบาย Share content and images from any webpage to Twitter, Facebook, Instagram and LinkedIn.
ขนาดไฟล์ 98.33 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.0.17
อัปเดตครั้งล่าสุด 2017-10-31
วันที่เผยแพร่ 2017-10-31
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.firefuze.com
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://support.firefuze.com/posting-and-scheduling/post-from-the-browser-extension/browser-extension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/www.firefuze.com",
    "name": "Firefuze",
    "version": "1.0.17",
    "manifest_version": 2,
    "description": "Share content and images from any webpage to Twitter, Facebook, Instagram and LinkedIn.",
    "icons": {
        "16": "app\/shared\/images\/icon-16.png",
        "128": "app\/shared\/images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "app\/scripts\/jquery-3.2.1.min.js",
            "app\/chrome\/chrome-port-wrapper.js",
            "app\/main.js",
            "app\/shared\/eyefiremetrics-bg-shim.js",
            "app\/shared\/eyefiremetrics.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "app\/shared\/images\/icon-19.png",
            "38": "app\/shared\/images\/icon-38.png"
        },
        "default_title": "Firefuze Extension"
    },
    "externally_connectable": {
        "matches": []
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "manifest.json",
        "app\/shared\/images\/*",
        "app\/shared\/frame-container.html",
        "app\/shared\/frame-container.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "app\/shared\/overlay.css"
            ],
            "js": [
                "app\/chrome\/chrome-port-wrapper.js",
                "app\/chrome\/chrome-data-wrapper.js",
                "app\/chrome\/chrome-embed.js",
                "app\/scripts\/jquery-3.2.1.min.js",
                "app\/shared\/libs\/postmessage.js",
                "app\/shared\/overlay.js",
                "app\/shared\/eyefire-hover-button.js",
                "app\/chrome\/chrome.js"
            ]
        }
    ]
}