AI 产品解读Automated contest winner selection and notification on Facebook
Solves the manual effort and potential bias/fairness issues of selecting contest winners from social media posts (Facebook) by automating the selection process based on criteria like comments, shares, and reactions.
User logs into the extension via Kyubi.io -> Navigates to a Facebook post -> Extension analyzes comments/shares/reactions -> User sets criteria -> Extension automatically selects winner -> Extension sends message to winner via Messenger
Automated winner selection from Facebook postsCriteria-based selection (comments, shares, reactions)Automatic messaging to winners and non-winners via MessengerContest management dashboardFacebook profile data integration
- 目标用户
- Social media managers / Facebook page admins / Content creators running promotions
- The extension bundles are minified/obfuscated, making some logic hard to trace. The 'userPlan=2' constant suggests a backend plan system, but no frontend payment logic was found. The 'subscription' keyword refers to push notification subscriptions, not billing.
付费分析未识别到付费功能
The extension code does not contain any logic to gate features behind a paywall, call billing APIs, or display upgrade/payment UI. While the static analysis detected the keyword 'subscription' in the context of a 'clear-subscription-object' API endpoint (likely for clearing push notification subscriptions, not payment subscriptions) and 'userPlan=2' in the chunk file (likely a default plan identifier), there is no evidence of Stripe, PayPal, or other payment platforms. The extension appears to be a free tool provided by Genius Software, potentially supported by their backend services.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires authentication via the Kyubi.io destination service to function. The contestDetailsStore.js manifest data explicitly defines loginURL, signupURL, and checkUserStatusURL pointing to app.kyubi.io. The static/js/1.13c4d778.chunk.js contains a login function calling 'https://app.kyubi.io/api/end-user/login'. The extension stores 'wwcduser_id' and 'kyubi_email' in chrome.storage.local, indicating user accounts are managed externally. The extension cannot run contests without this authenticated session.
Awesome little extension that lets me easily create giveaways randomly and then send messages to those that didn't win and offer them a discount.