Bookmarklets

Framework version finder

To install this utility to find out the Abeille Assurances Framework version(s) running on a webpage either:

  • Drag and drop the button below into your bookmarks or toolbar
  • Create a new bookmark in your browser with the code below as the link

For more information on how to add and use bookmarklets see how to use bookmarklets on any device.

Find Framework version

javascript: (function () {
	var jsCode = document.createElement('script');
	jsCode.setAttribute('src', '/v.2023.01/documentation/assets/bookmarklets/framework-version.js');
	document.body.append(jsCode);
}());