Cam Your Way (for Chrome)

Cam Your Way model software, Chrome Browser edition

Cam Your Way (for Chrome) là gì?

Cam Your Way (for Chrome) là một tiện ích mở rộng Chrome được phát triển bởi http://camyourway.com, và tính năng chính của nó là "Cam Your Way model software, Chrome Browser edition".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cam Your Way (for Chrome)

Tải xuống các tệp mở rộng Cam Your Way (for Chrome) 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

                        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.                    

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

Tên Cam Your Way (for Chrome) Cam Your Way (for Chrome)
ID flibpgpooolmnncegiaknndeponblbcj
URL Chính Thức https://chrome.google.com/webstore/detail/cam-your-way-for-chrome/flibpgpooolmnncegiaknndeponblbcj
Mô tả Cam Your Way model software, Chrome Browser edition
Kích Thước Tệp 24.7 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 2.6.4
Cập Nhật Lần Cuối 2015-10-27
Ngày Phát Hành 2015-10-27
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://camyourway.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.camyourway.com
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}