Cam Your Way (for Chrome)
Cam Your Way model software, Chrome Browser edition
Cam Your Way (for Chrome) क्या है?
Cam Your Way (for Chrome) http://camyourway.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cam Your Way model software, Chrome Browser edition"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cam Your Way (for Chrome) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
We know that successful cam models are innovative, motivated, entrepreneurial, talented performers. We aim to be your software and finance professionals who can provide you the tools you need to better understand and grow your business and your brand. We proudly announce the beta of our first product, Cam Your Way Analytics, available right here and right now. This set of tools lets you collect, graph, and analyze your earnings and see at a glance who your top customers are and which activities earn you the most. In literally seconds, with a single click, you can always see up-to-date earnings reports.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | flibpgpooolmnncegiaknndeponblbcj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/cam-your-way-for-chrome/flibpgpooolmnncegiaknndeponblbcj |
विवरण | Cam Your Way model software, Chrome Browser edition |
फ़ाइल का आकार | 24.7 KB |
स्थापना संख्या | 62 |
वर्तमान संस्करण | 2.6.4 |
अंतिम अपडेट | 2015-10-27 |
प्रकाशन तिथि | 2015-10-27 |
रेटिंग | 4.00/5 कुल 5 रेटिंग्स |
डेवलपर | http://camyourway.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.camyourway.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cam Your Way (for Chrome)", "version": "2.6.4", "manifest_version": 2, "description": "Cam Your Way model software, Chrome Browser edition", "background": { "scripts": [ "background.js", "platforms.js" ] }, "page_action": { "default_icon": "cywicon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.camyourway.com\/*account\/" ], "js": [ "cyw_content_script.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.camyourway.com\/*diagnostics\/" ], "js": [ "cyw_content_script.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/localhost\/account\/" ], "js": [ "cyw_content_script.js" ], "run_at": "document_idle" }, { "matches": [ "http:\/\/*.adultwork.com\/*" ], "js": [ "platform_content_script.js" ], "run_at": "document_idle" }, { "matches": [ "http:\/\/*.myfreecams.com\/*" ], "js": [ "platform_content_script.js" ], "run_at": "document_idle" }, { "matches": [ "http:\/\/*.ifriends.net\/*", "http:\/\/*.ifriends.com\/*" ], "js": [ "platform_content_script.js" ] }, { "matches": [ "http:\/\/*.streamatemodels.com\/*" ], "js": [ "platform_content_script.js" ] } ], "permissions": [ "tabs", "cookies", "http:\/\/localhost\/*", "*:\/\/*.camyourway.com\/", "http:\/\/*.adultwork.com\/", "http:\/\/profiles.myfreecams.com\/", "http:\/\/www.myfreecams.com\/mfc2\/", "http:\/\/impulse.myfreecams.com\/", "http:\/\/streamatemodels.com\/", "http:\/\/*.ifriends.net\/" ] } |