ZAKREPITEL for Kwork exchange

Create color tags on users, hide balance, see kworks purchases in the catalog.

ZAKREPITEL for Kwork exchangeคืออะไร?

ZAKREPITEL for Kwork exchange เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zakrepitel.com และคุณลักษณะหลักของมันคือ "Create color tags on users, hide balance, see kworks purchases in the catalog."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZAKREPITEL for Kwork exchange

ดาวน์โหลดไฟล์ส่วนขยาย ZAKREPITEL for Kwork exchange ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Zakrepitel is the #1 extension for the Kwork freelance marketplace.

What the extension can do:
✅ NEW! Display purchase statistics for each kwork on the catalog pages. The statistics is based on reviews for kwork. This will allow you to see in advance the demand and the approximate number of sales of a certain kwork.
✅ Assign colored tags to users. This helps systematize contacts by various characteristics and build sales funnels.
✅ Write notes on users that only you can see. This will help you record agreements and other notes when collaborating.
✅ Hide the balance in the site's header. This will allow you not to show the amount of money on the balance to outsiders.

🚀 Give your Kwork exchanger a boost!

The Kwork exchange site may experience unforeseen changes that may cause the extension to fail. If you're having problems with this extension, don't write about it in your Google Chome store reviews. Contact us: https://zakrepitel.com/help.html

You need to log in to your kwork.ru or kwork.com account to use the functionality of the extension. Zakrepitel extension knows how to synchronize data between several computers. For example, at work and at home.

By installing the Zakrepitel extension for Chrome, you accept the terms of the License agreement and Privacy policy: https://zakrepitel.com/privacy.html

This extension uses Google™ Analytics to collect usage statistics to help improve the service.

Zakrepitel extension is an independent service and does not belong to Kwork exchange.

Other name of the extension: Fixer for Kwork, Kwork fixer.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ZAKREPITEL for Kwork exchange ZAKREPITEL for Kwork exchange
ID ajegbdlmaoidafphnmmnlpikpkamopca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zakrepitel-for-kwork-exch/ajegbdlmaoidafphnmmnlpikpkamopca
คำอธิบาย Create color tags on users, hide balance, see kworks purchases in the catalog.
ขนาดไฟล์ 3.62 MB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 3.3
อัปเดตครั้งล่าสุด 2023-02-07
วันที่เผยแพร่ 2022-01-07
ผู้พัฒนา https://zakrepitel.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://zakrepitel.com/
URL หน้าช่วยเหลือ https://zakrepitel.com/help.html
URL หน้านโยบายความเป็นส่วนตัว https://zakrepitel.com/privacy.html
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "3.3",
    "icons": {
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "background": {
        "scripts": [
            "background.dart.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "*:\/\/*\/*.xml"
            ],
            "js": [
                "content_balance.dart.js"
            ],
            "matches": [
                "https:\/\/kwork.ru\/*",
                "https:\/\/kwork.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "content.dart.js",
                "content_kworks.dart.js",
                "content_settings.dart.js"
            ],
            "matches": [
                "https:\/\/kwork.ru\/*",
                "https:\/\/kwork.com\/*"
            ]
        },
        {
            "js": [
                "content_inbox.dart.js"
            ],
            "matches": [
                "https:\/\/kwork.ru\/inbox\/*",
                "https:\/\/kwork.com\/inbox\/*"
            ]
        },
        {
            "js": [
                "content_user.dart.js"
            ],
            "matches": [
                "https:\/\/kwork.ru\/user\/*",
                "https:\/\/kwork.com\/user\/*"
            ]
        },
        {
            "js": [
                "content_track.dart.js"
            ],
            "matches": [
                "https:\/\/kwork.ru\/track?id=*",
                "https:\/\/kwork.com\/track?id=*"
            ]
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "browser_action": {
        "default_title": "__MSG_extension_title__",
        "default_icon": {
            "16": "images\/toolbar-icon-16.png",
            "19": "images\/toolbar-icon-19.png",
            "32": "images\/toolbar-icon-32.png",
            "38": "images\/toolbar-icon-38.png"
        }
    },
    "permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/kwork.ru\/*",
            "https:\/\/kwork.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}