Nhiệm vụ skin

Tiện ích kiểm tra keyword tìm kiếm trên google. Khi làm nhiệm vụ sẽ giúp trang web đích kiểm tra xem đã tìm kiếm đúng chưa.

Vad är Nhiệm vụ skin?

Nhiệm vụ skin är en Chrome-tillägg utvecklad av https://lmssplus.com, och dess huvudfunktion är "Tiện ích kiểm tra keyword tìm kiếm trên google. Khi làm nhiệm vụ sẽ giúp trang web đích kiểm tra xem đã tìm kiếm đúng chưa.".

Tilläggsskärmbilder

screenshot

Ladda ner Nhiệm vụ skin-förlängningens CRX-fil

Ladda ner Nhiệm vụ skin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Tiện ích Nhiệm Vụ Skin free

Đây là một tiện ích nhỏ và đơn giản giúp kiểm tra những thứ mà bạn tìm kiếm trên google. 

Cách hoạt động
- Khi bạn vào google, tiện ích sẽ phân tích vào lưu lại từ khoá của bạn (không gửi thông tin này đi bất kì đâu)
- Khi bạn vào web tiếp theo, tiện ích sẽ ghi từ khoá cuối cùng bạn tìm kiếm vào thẻ div nằm trong body html.

Quyền riêng tư
- Ghi lại từ khoá tìm kiếm cuối cùng và thêm thông tin đó vào thẻ div ở web tiếp theo                    

Grundläggande Information om Tillägg

Namn Nhiệm vụ skin Nhiệm vụ skin
ID pgmmdbcpdhghdkebnijkloagbolfhfje
Officiell webbadress https://chromewebstore.google.com/detail/nhi%E1%BB%87m-v%E1%BB%A5-skin/pgmmdbcpdhghdkebnijkloagbolfhfje
Beskrivning Tiện ích kiểm tra keyword tìm kiếm trên google. Khi làm nhiệm vụ sẽ giúp trang web đích kiểm tra xem đã tìm kiếm đúng chưa.
Filstorlek 45.48 KB
Antal Installationer 1,080
Aktuell Version 0.3
Senast Uppdaterad 2023-02-20
Publiceringsdatum 2023-02-20
Betyg 4.64/5 Totalt 11 Betyg
Utvecklare https://lmssplus.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://lmssplus.com
Hjälpsida URL https://lmssplus.com/chat
URL till Sekretesspolicy Sidan https://lmssplus.com/file_content/privacy-policy.html
Stödda Språk vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nhi\u1ec7m v\u1ee5 skin",
    "description": "Ti\u1ec7n \u00edch ki\u1ec3m tra keyword t\u00ecm ki\u1ebfm tr\u00ean google. Khi l\u00e0m nhi\u1ec7m v\u1ee5 s\u1ebd gi\u00fap trang web \u0111\u00edch ki\u1ec3m tra xem \u0111\u00e3 t\u00ecm ki\u1ebfm \u0111\u00fang ch\u01b0a.",
    "version": "0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "Nhi\u1ec7m v\u1ee5 skin",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icons\/32.png",
            "72": "icons\/72.png",
            "128": "icons\/128.png",
            "512": "icons\/512.png"
        }
    },
    "icons": {
        "32": "icons\/32.png",
        "72": "icons\/72.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    }
}