Contest Creator
Create Viral Giveaways and Contests from your Facebook Posts to generate engagement, leads, and sales.
Τι είναι το Contest Creator;
Το Contest Creator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://automationmarketingsoftware.com, και η κύρια λειτουργία του είναι "Create Viral Giveaways and Contests from your Facebook Posts to generate engagement, leads, and sales.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Contest Creator
Λήψη αρχείων επέκτασης Contest Creator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Turn your posts into viral giveaways and contests to get massive engagement, leads, and sales. Use our Contest Creator to boost your engagement on all your FB posts and increase the amount of leads and sales you make on social media. This easy to use extension will allow you to turn any of your FB posts into viral giveaways and contests which has been 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: 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. Choose the time and date when the winner will be selected and let the software automate the process. The extension can send personalized messages to the winner(s) and different messages to all contestants who didn't win. Use this extension to create massive engagement on your FB posts and increase the number of leads and sales you are getting from FB. Part of the Automation Marketing Software Suite.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Contest Creator |
ID | jonlemcfaljbkogfngbgkfhcjpcdaipa |
Επίσημο URL | https://chromewebstore.google.com/detail/contest-creator/jonlemcfaljbkogfngbgkfhcjpcdaipa |
Περιγραφή | Create Viral Giveaways and Contests from your Facebook Posts to generate engagement, leads, and sales. |
Μέγεθος Αρχείου | 579 KB |
Αριθμός Εγκαταστάσεων | 99 |
Τρέχουσα Έκδοση | 1.10.149 |
Τελευταία Ενημέρωση | 2023-12-31 |
Ημερομηνία Δημοσίευσης | 2021-11-17 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://automationmarketingsoftware.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://AutomationMarketingSoftware.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://ebfn.net/cc |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.automationmarketingsoftware.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Contest Creator", "version": "1.10.149", "manifest_version": 3, "description": "Create Viral Giveaways and Contests from your Facebook Posts to generate engagement, leads, and sales.", "icons": { "16": "images\/614a1c904f51ca7197bc4c51-Contest_Creator-1632964277252-small_icon.png", "48": "images\/614a1c904f51ca7197bc4c51-Contest_Creator-1632964277311-medium_icon.png", "128": "images\/614a1c904f51ca7197bc4c51-Contest_Creator-1632964277395-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\/*.png", "images\/*.svg", "images\/*.gif" ], "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/mbasic.facebook.com\/*" ] } ], "action": { "default_popup": "popup.html", "default_title": "Contest Creator" }, "background": { "service_worker": "background-bundle.js" }, "options_page": "options.html", "permissions": [ "tabs", "storage", "declarativeNetRequest" ], "host_permissions": [ "https:\/\/www.messenger.com\/*", "https:\/\/m.facebook.com\/*", "https:\/\/mbasic.facebook.com\/*", "https:\/\/api.winnerwinnerchickendinner.io\/api\/*", "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*", "*:\/\/*.kyubi.io\/api\/*", "https:\/\/www.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/mbasic.facebook.com\/*", "https:\/\/www.facebook.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*" ], "all_frames": true, "js": [ "vendor.js", "moment.js", "contestDetailsStore.js", "messagingAutomation.js" ], "run_at": "document_end" } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "short_name": "CC" } |