{"id":20700466,"url":"https://github.com/s-a/deep-autofill-chrome-extension","last_synced_at":"2025-04-22T22:34:04.097Z","repository":{"id":49350659,"uuid":"83887724","full_name":"s-a/deep-autofill-chrome-extension","owner":"s-a","description":"✒️ Auto fill out forms done right.","archived":false,"fork":false,"pushed_at":"2019-12-20T01:35:44.000Z","size":14261,"stargazers_count":125,"open_issues_count":7,"forks_count":31,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-29T19:34:30.542Z","etag":null,"topics":["automation","chrome-extension","fill","google","testing","testing-tools"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/deep-auto-fill-chrome/dcanhnkbelfogjbcifegdkgecfammhnk","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/s-a.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-04T11:12:02.000Z","updated_at":"2025-03-17T09:16:33.000Z","dependencies_parsed_at":"2022-08-26T09:21:44.956Z","dependency_job_id":null,"html_url":"https://github.com/s-a/deep-autofill-chrome-extension","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-a%2Fdeep-autofill-chrome-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-a%2Fdeep-autofill-chrome-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-a%2Fdeep-autofill-chrome-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-a%2Fdeep-autofill-chrome-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s-a","download_url":"https://codeload.github.com/s-a/deep-autofill-chrome-extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250334230,"owners_count":21413529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","chrome-extension","fill","google","testing","testing-tools"],"created_at":"2024-11-17T00:35:23.540Z","updated_at":"2025-04-22T22:34:04.063Z","avatar_url":"https://github.com/s-a.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Deep Autofill Chrome Extension\n[![google webstore version](https://img.shields.io/chrome-web-store/v/dcanhnkbelfogjbcifegdkgecfammhnk.svg)](https://chrome.google.com/webstore/detail/deep-auto-fill-chrome/dcanhnkbelfogjbcifegdkgecfammhnk)\n[![google webstore users](https://img.shields.io/chrome-web-store/d/dcanhnkbelfogjbcifegdkgecfammhnk.svg?maxAge=2592000)](https://chrome.google.com/webstore/detail/deep-auto-fill-chrome/dcanhnkbelfogjbcifegdkgecfammhnk)\n\nThis extension is using faker.js to fill any enabled input element on HTML forms. You can use a `monkey` random mode or define presets in form of `JSON` data in the extension' s options area.\n\n## Installation\n\n[![chrome.google.com/webstore](ChromeWebStore_Badge_v2_206x58.png)](https://chrome.google.com/webstore/detail/deep-auto-fill-chrome/dcanhnkbelfogjbcifegdkgecfammhnk)\n\n## Demo\n\n![demo](demo.gif)\n\n## Custom fill settings example\n\nA preset contains an array of setup objects. An example would look like this:\n\n```javascript\n{\n  \"Deep Auto Fill Chrome Demo\" : {              // menu item title\n    \"randomLocale\" : \"de\",                      // reserver for future use\n    \"fields\" : [                                // array of input elements\n      {\n        \"selector\" : \"#textbox2\",               // a valid jQuery selector. Check your dev tools console to see any errors.\n        \"random\": \" {{name.lastName}}, {{name.firstName}} {{name.suffix}}\"  // randomized faker values described in some form of template language\n      },\n      {\n        \"selector\" : \"input[name=textbox1]\",\n        \"static\" : \"A static value\"             // a static string value. Usefull if you always want the same email address.\n      },\n      {\n        \"selector\" : \"#textbox4\"\n      }\n    ]\n  }\n}\n```\n\nRandom values can be equiped with a [faker.js namespaced expression](https://github.com/marak/Faker.js/#api-methods).\n\nIf no `static` or `random` value was defined for a field, the extension will guess a cool random value for the input element.\n\nEach `Array` element will be displayed in the browser` s context menu in form of sub or nested context menu item.\n\nThis is my first extension for Google Chrome. So the code can be written better for shure. Feedback and pull requests are very welcome.\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2017 Stephan Ahlf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-a%2Fdeep-autofill-chrome-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs-a%2Fdeep-autofill-chrome-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-a%2Fdeep-autofill-chrome-extension/lists"}