PromoTracker | OnlyFans Link Revenue Tracker
Track your revenue from Free Trial Links and Tracking Links on OnlyFans.
What is PromoTracker | OnlyFans Link Revenue Tracker?
PromoTracker | OnlyFans Link Revenue Tracker is a Chrome extension developed by https://promotracker.com, and its main feature is "Track your revenue from Free Trial Links and Tracking Links on OnlyFans.".
Extension Screenshots
Download PromoTracker | OnlyFans Link Revenue Tracker Extension CRX File
Download PromoTracker | OnlyFans Link Revenue Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Introducing PromoTracker, the first and only Promotion Revenue Tracker for OnlyFans Creators. PromoTracker is your secret weapon for running insanely profitable promos on OnlyFans. Don't waste your money on ineffective marketing. See which promotions are delivering results, avoid scams, and double down on your top-performing sources of traffic. 💸 Know How Much Money Each Promo Made Find out which trial/tracking links made money and which didn't. See exactly how much revenue & profit you made with each link. 📤 Share Link Data With Others Easily give your partners & affiliates access to data they need. Create sharable links for others to view the data on tracking links and trial links. 🎯 See Which Fans Claimed Which Promo Get insight into where your most valuable fans came from. Keep track of which fans claimed which link, and how much they spent. ⚙️ No Complex Setup Required Getting started is easy. Just add PromoTracker to your browser, and visit OnlyFans.com like you usually do. No complex setup required. Without PromoTracker, buying promos & traffic is a guessing game. You have no way of knowing which promotions worked and which did not. ❌ OnlyFans without PromoTracker - You never know which promos were worth it - Fake subs & scam promos can't be spotted - You can't double down on promos that work Stop guessing and start understanding your OnlyFans marketing with PromoTracker. Install the PromoTracker extension today! -------------------------------- Disclaimers: PromoTracker is not affiliated with or endorsed by OnlyFans. OnlyFans is a registered trademark of Fenix International Limited. This extension is designed only for use by OnlyFans Creators, not Fans / regular Users. By installing the PromoTracker extension, you agree to the terms of service & privacy policy of PromoTracker accessible on the PromoTracker website, and agree to the safe processing & handling of your account data by the PromoTracker service.
Extension Basic Information
Name | PromoTracker | OnlyFans Link Revenue Tracker |
ID | medhmnejkabnehmdanbfkanmkfhcenoj |
Official URL | https://chromewebstore.google.com/detail/promotracker-onlyfans-lin/medhmnejkabnehmdanbfkanmkfhcenoj |
Description | Track your revenue from Free Trial Links and Tracking Links on OnlyFans. |
File Size | 204 KB |
Installation Count | 289 |
Current Version | 1.0.2 |
Last Updated | 2023-08-25 |
Publish Date | 2023-08-24 |
Developer | https://promotracker.com |
[email protected] | |
Payment Type | in_app |
Extension Website | https://promotracker.com |
Help Page URL | https://promotracker.com/contact |
Privacy Policy Page URL | https://secure.promotracker.com/privacy-policy.pdf |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PromoTracker | OnlyFans Link Revenue Tracker", "version": "1.0.2", "description": "Track your revenue from Free Trial Links and Tracking Links on OnlyFans.", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "icons": { "128": "icon-128.png" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "content_scripts": [ { "matches": [ "https:\/\/onlyfans.com\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle16928290187.chunk.css" ] } ], "permissions": [ "cookies", "storage", "webRequest", "tabs" ], "host_permissions": [ "https:\/\/api.promotracker.com\/*", "https:\/\/onlyfans.com\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |