Save to

A chrome extension that lets you directly save contacts in phone from web pages

Qu'est-ce que Save to ?

Save to est une extension Chrome développée par https://imagetext.xyz, et sa fonction principale est "A chrome extension that lets you directly save contacts in phone from web pages".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Save to

Téléchargez les fichiers d'extension Save to au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A chrome extension that lets you directly save contacts in phone from web pages.
Features:- 
   * Select any which contains email or phone number a plus sign button will appear, click on that button popup will open .
     enter first name and last name click enter. contact will directly synced to your phone. if logged in with same gmail id as logged in on phone.

Troubleshooting:-
https://support.google.com/contacts/answer/2753077

This is a open source project hosted on github here

https://github.com/fxnoob/save-to-google-contact                    

Informations de Base sur l'Extension

Nom Save to Save to
ID ofifhemkgcbeneclidajibkcjllgmjfp
URL Officiel https://chromewebstore.google.com/detail/save-to/ofifhemkgcbeneclidajibkcjllgmjfp
Description A chrome extension that lets you directly save contacts in phone from web pages
Taille du Fichier 763 KB
Nombre d'Installations 287
Version Actuelle 3.0.0
Dernière Mise à Jour 2022-05-31
Date de Publication 2019-04-25
Évaluation 2.67/5 Total 3 Évaluations
Développeur https://imagetext.xyz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://saveto.imagetext.xyz/landing
URL de la Page de Politique de Confidentialité https://imagetext.xyz/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to",
    "version": "3.0.0",
    "manifest_version": 3,
    "description": "A chrome extension that lets you directly save contacts in phone from web pages",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "128": "images\/icon-128.png"
        },
        "default_title": "Save to",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.bundle.js"
            ],
            "run_at": "document_end"
        }
    ]
}