Winners Giveaway

Get your winner instantly and automatically while you're running any contest.

Winners Giveaway là gì?

Winners Giveaway là một tiện ích mở rộng Chrome được phát triển bởi http://saasmarketingtools.com, và tính năng chính của nó là "Get your winner instantly and automatically while you're running any contest.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Winners Giveaway

Tải xuống các tệp mở rộng Winners Giveaway dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Turn your posts into viral giveaways and contests to get massive engagement, leads, and sales.
Use our Winners Giveaway to boost your engagement on all your FB posts and increase the amount of leads and sales you make on social media.

Our easy to use extension will allow you to turn any of your FB posts into viral giveaways and contests which is proven to increase engagement on those posts and all your other posts as well.

You can select the number of winners for any contest and how the winner will be picked. Either by last to comment, most comments, or random commenter. You can also select if the contestants must like and share the post in order to win. Then select the time and date the winner will be selected and let the software do it's job and automate the process.

The extension can send dynamic messages to the winners and different messages to all contestants that didn't win.

Use this extension if you want to create massive engagement on your FB posts and increase the number of leads and sales you are getting from FB.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Winners Giveaway Winners Giveaway
ID eldhohjkokhgnkhcgakpbiaanhlmloml
URL Chính Thức https://chrome.google.com/webstore/detail/winners-giveaway/eldhohjkokhgnkhcgakpbiaanhlmloml
Mô tả Get your winner instantly and automatically while you're running any contest.
Kích Thước Tệp 821 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.2.37
Cập Nhật Lần Cuối 2023-01-08
Ngày Phát Hành 2021-07-01
Nhà Phát Triển http://saasmarketingtools.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://saasmarketingtools.com
URL Trang Trợ Giúp http://saasmarketingtools.com
URL Trang Chính Sách Bảo Mật https://saasmarketingtools.com/privacy-policy-3895
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Winners Giveaway",
    "version": "1.2.37",
    "manifest_version": 3,
    "description": "Get your winner instantly and automatically while you're running any contest.",
    "icons": {
        "16": "images\/5f2fde33f01f5b4338ccf2cf-Winners_Giveaway-1624654263909-small_icon.png",
        "48": "images\/5f2fde33f01f5b4338ccf2cf-Winners_Giveaway-1624654263963-medium_icon.png",
        "128": "images\/5f2fde33f01f5b4338ccf2cf-Winners_Giveaway-1624654264022-large_icon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; img-src * 'self' data: https:; object-src 'self'; script-src-elem 'self' 'unsafe-inline'",
        "content_scripts": "script-src 'self'; img-src * 'self' data: https:; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/mbasic.facebook.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Winners Giveaway"
    },
    "background": {
        "service_worker": "background-bundle.js"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.messenger.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/mbasic.facebook.com\/",
        "https:\/\/api.winnerwinnerchickendinner.io\/api\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mbasic.facebook.com\/*"
            ],
            "all_frames": true,
            "js": [
                "vendor.js",
                "moment.js",
                "AllMasterHandler.js"
            ],
            "run_at": "document_end"
        }
    ],
    "short_name": "WG"
}