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.

Cos'è Nhiệm vụ skin?

Nhiệm vụ skin è un'estensione di Chrome sviluppata da https://lmssplus.com, e la sua funzione principale è "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.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nhiệm vụ skin

Scarica i file di estensione Nhiệm vụ skin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Nhiệm vụ skin Nhiệm vụ skin
ID pgmmdbcpdhghdkebnijkloagbolfhfje
URL Ufficiale https://chromewebstore.google.com/detail/nhi%E1%BB%87m-v%E1%BB%A5-skin/pgmmdbcpdhghdkebnijkloagbolfhfje
Descrizione 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.
Dimensione del File 45.48 KB
Conteggio Installazioni 1,080
Versione Corrente 0.3
Ultimo Aggiornamento 2023-02-20
Data di Pubblicazione 2023-02-20
Valutazione 4.64/5 Totale 11 Valutazioni
Sviluppatore https://lmssplus.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://lmssplus.com
URL della Pagina di Aiuto https://lmssplus.com/chat
URL della Pagina della Politica sulla Privacy https://lmssplus.com/file_content/privacy-policy.html
Lingue Supportate 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"
    }
}