FunnelAmplified

Share to FunnelAmplified From Anywhere

FunnelAmplifiedคืออะไร?

FunnelAmplified เป็นส่วนขยายของ Chrome ที่พัฒนาโดย devFunnelAmplified และคุณลักษณะหลักของมันคือ "Share to FunnelAmplified From Anywhere"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        FunnelAmplfied is a great way to create content for posting from anywhere!

To connect your account just login on the website.  Once logged in just click on the chrome extension and we will connect your account with the chrome extension.

The FunnelAmplified Chrome extension lets you quickly share directly from the content.  You can share to social in a few different ways.

1. Compose the entire social post from the extension.  Choose the networks you would like to post to.  Quickly copy the link from the current tab and then save the post.

2. If you would like to schedule the post at that time we give you a quick link to your account to complete the process.

3. As you know we offer a lot of features when it comes to social posting.  If you find some content you want to share but maybe you want to add multiple variations of the content or tweak the images we give you a link to your account with the link and content prefilled from the chrome extension to complete the social post there.

4. Add new lists and leads from Social Media.  Visit Linkedin or another Social Network and click on Add to Engage List on the users profile

5. Track your engagements with your leads when you create a lead through FunnelAmplified

If your account includes ContentHubs you can also create curated articles right from a url you find.  

Simply click "Create ContentHub Article" and write your own content about the article.  In order to share the page you are on the chrome extension needs to have access to your current tab url.  We only use this information to give you the ability to share it to others.                    

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

ชื่อ FunnelAmplified FunnelAmplified
ID hhiklhfcokdeflodkfkkfbkphgnnnpll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/funnelamplified/hhiklhfcokdeflodkfkkfbkphgnnnpll
คำอธิบาย Share to FunnelAmplified From Anywhere
ขนาดไฟล์ 1.44 MB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 1.3.27
อัปเดตครั้งล่าสุด 2022-06-27
วันที่เผยแพร่ 2020-02-20
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา devFunnelAmplified
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://app.funnelamplified.com/
URL หน้าช่วยเหลือ https://app.funnelamplified.com/
URL หน้านโยบายความเป็นส่วนตัว https://app.funnelamplified.com/privacy_policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FunnelAmplified",
    "short_name": "FunnelAmp",
    "description": "Share to FunnelAmplified From Anywhere",
    "version": "1.3.27",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "action": {
        "default_title": "FunnelAmplified",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.instagram.com\/*",
                "https:\/\/funnelamplified.ngrok.io\/*",
                "https:\/\/*.funnelamplified.com\/*",
                "https:\/\/*.goyipyip.com\/*",
                "https:\/\/*.roaramplified.com.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/funnelamplified.ngrok.io\/*",
            "https:\/\/*.linkedin.com\/*",
            "https:\/\/*.twitter.com\/*",
            "https:\/\/*.facebook.com\/*",
            "https:\/\/*.instagram.com\/*",
            "https:\/\/*.funnelamplified.com\/*",
            "https:\/\/*.roaramplified.com\/*",
            "https:\/\/*.goyipyip.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}